Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.12.3
rev: v0.12.11
hooks:
- id: ruff-check
- id: ruff-format
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
context: .
dockerfile: dev.Dockerfile
working_dir: /mpt_api_client
command: bash -c "ruff check . && flake8 . && mypy . && uv lock --check && pytest"
command: bash -c "ruff format --check . && ruff check . && flake8 . && mypy . && uv lock --check && pytest"
volumes:
- .:/mpt_api_client

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dev = [
"pytest-xdist==3.6.*",
"responses==0.25.*",
"respx==0.22.*",
"ruff==0.12.*",
"ruff==0.12.11", # force ruff version to have same formatting everywhere
"typing-extensions==4.13.*",
"wemake-python-styleguide==1.3.*",
]
Expand Down
45 changes: 23 additions & 22 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.