Skip to content

Commit d4c0d9c

Browse files
[pre-commit.ci] pre-commit autoupdate (nephila#224)
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.7 → v0.12.8](astral-sh/ruff-pre-commit@v0.12.7...v0.12.8) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent a410fc7 commit d4c0d9c

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
exclude: "(.idea|node_modules|.tox)"
44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v5.0.0
6+
rev: v6.0.0
77
hooks:
88
- id: trailing-whitespace
99
exclude: "setup.cfg"
@@ -14,9 +14,6 @@ repos:
1414
- id: check-executables-have-shebangs
1515
- id: check-merge-conflict
1616
- id: check-toml
17-
- id: fix-encoding-pragma
18-
args:
19-
- --remove
2017
- repo: https://github.com/PyCQA/isort
2118
rev: "6.0.1"
2219
hooks:
@@ -26,7 +23,7 @@ repos:
2623
hooks:
2724
- id: black
2825
- repo: https://github.com/astral-sh/ruff-pre-commit
29-
rev: 'v0.12.7'
26+
rev: 'v0.12.8'
3027
hooks:
3128
- id: ruff
3229
- repo: https://github.com/asottile/pyupgrade
@@ -40,6 +37,10 @@ repos:
4037
hooks:
4138
- id: django-upgrade
4239
args: [--target-version, "3.2"]
40+
- repo: https://github.com/asottile/pyupgrade
41+
rev: v3.20.0
42+
hooks:
43+
- id: pyupgrade
4344
- repo: local
4445
hooks:
4546
- id: towncrier

0 commit comments

Comments
 (0)