Skip to content

Commit 7e2c0bd

Browse files
authored
Update pre-commit hooks.
1 parent b3b9835 commit 7e2c0bd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,36 +3,36 @@
33
repos:
44

55
- repo: https://github.com/asottile/pyupgrade
6-
rev: v3.10.1
6+
rev: v3.15.0
77
hooks:
88
- id: pyupgrade
99
args: ["--py38-plus"]
1010

1111
- repo: https://github.com/adamchainz/django-upgrade
12-
rev: 1.14.1
12+
rev: 1.15.0
1313
hooks:
1414
- id: django-upgrade
1515
args: ["--target-version", "3.0"]
1616

1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: v0.0.287
18+
rev: v0.2.0
1919
hooks:
2020
- id: ruff
2121
args: [--fix, --exit-non-zero-on-fix]
2222

2323
- repo: https://github.com/pycqa/isort
24-
rev: 5.12.0
24+
rev: 5.13.2
2525
hooks:
2626
- id: isort
2727
args: ["--profile", "black"]
2828

2929
- repo: https://github.com/psf/black
30-
rev: 23.7.0
30+
rev: 24.1.1
3131
hooks:
3232
- id: black
3333

3434
- repo: https://github.com/pre-commit/pre-commit-hooks
35-
rev: v4.4.0
35+
rev: v4.5.0
3636
hooks:
3737
- id: fix-encoding-pragma
3838
args: [--remove]

0 commit comments

Comments
 (0)