Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/pre-commit-eq-4.0.star
Browse files Browse the repository at this point in the history
  • Loading branch information
quertenmont authored Nov 8, 2024
2 parents 5ff3e46 + 03f1b2a commit 1081cc4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
repos:

- repo: https://github.com/asottile/pyupgrade
rev: v3.18.0
rev: v3.19.0
hooks:
- id: pyupgrade
args: ["--py38-plus"]
Expand All @@ -15,7 +15,7 @@ repos:
args: ["--target-version", "3.0"]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.0
rev: v0.7.2
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
coverage == 7.6.*
pre-commit == 4.0.*
tox == 4.21.*
tox == 4.23.*
django-stubs == 5.1.*

0 comments on commit 1081cc4

Please sign in to comment.