Skip to content

Commit

Permalink
chore: update to ruff 0.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
hartungstenio committed Oct 11, 2024
1 parent d601346 commit 5c6f641
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: debug-statements
- id: check-merge-conflict
Expand All @@ -16,14 +16,14 @@ repos:
- id: no-commit-to-branch

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.5
rev: v0.6.9
hooks:
- id: ruff
args: [--fix]
- id: ruff-format

- repo: https://github.com/adamchainz/django-upgrade
rev: "1.21.0"
rev: "1.22.1"
hooks:
- id: django-upgrade
args: [--target-version, "4.2"]
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ check = "mypy --install-types --non-interactive {args:django_healthy tests}"

[tool.hatch.envs.hatch-static-analysis]
config-path = "ruff_defaults.toml"
dependencies = ["ruff==0.6.5"]
dependencies = ["ruff==0.6.9"]

[[tool.mypy.overrides]]
module = "django_healthy.migrations.*"
Expand Down
1 change: 0 additions & 1 deletion ruff_defaults.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ select = [
"ARG004",
"ARG005",
"ASYNC100",
"ASYNC100",
"ASYNC105",
"ASYNC109",
"ASYNC110",
Expand Down

0 comments on commit 5c6f641

Please sign in to comment.