Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Päivitä Ruff #93

Merged
merged 1 commit into from
Dec 11, 2024
Merged
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
Upgrade Ruff
LKajan committed Dec 11, 2024
commit 428802c354690dae0008471efc52fb018a6c3976
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ repos:
- id: mypy
additional_dependencies: ["types-PyYAML"]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.5
rev: v0.8.2
hooks:
# Run the linter.
- id: ruff
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -40,7 +40,7 @@ pyqt5-stubs==5.15.6.0
# via -r requirements-dev.in
pyyaml==6.0.2
# via pre-commit
ruff==0.6.7
ruff==0.8.2
# via -r requirements-dev.in
tomli==2.0.1 ; python_full_version < '3.11'
# via
1,029 changes: 525 additions & 504 deletions ruff_defaults.toml

Large diffs are not rendered by default.