Skip to content

Commit ef540d4

Browse files
committed
.pre-commit-config.yaml updates
1 parent d2fdb44 commit ef540d4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ exclude: 'docs|migrations'
22

33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.3.0
5+
rev: v5.0.0
66
hooks:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
@@ -13,37 +13,37 @@ repos:
1313
- id: debug-statements
1414

1515
- repo: https://github.com/asottile/pyupgrade
16-
rev: v2.34.0
16+
rev: v3.19.0
1717
hooks:
1818
- id: pyupgrade
1919
args: [--py37-plus]
2020

2121
- repo: https://github.com/myint/autoflake
22-
rev: 'v1.4'
22+
rev: 'v2.3.1'
2323
hooks:
2424
- id: autoflake
2525
args: ['--in-place', '--remove-all-unused-imports', '--ignore-init-module-imports']
2626

2727
- repo: https://github.com/pycqa/isort
28-
rev: 5.10.1
28+
rev: 5.13.2
2929
hooks:
3030
- id: isort
3131
name: isort (python)
3232
args: ['--settings-path=pyproject.toml']
3333

3434
- repo: https://github.com/psf/black
35-
rev: 22.6.0
35+
rev: 24.10.0
3636
hooks:
3737
- id: black
3838

3939
- repo: https://github.com/adamchainz/django-upgrade
40-
rev: 1.7.0
40+
rev: 1.22.2
4141
hooks:
4242
- id: django-upgrade
4343
args: [--target-version, "3.2"]
4444

4545
- repo: https://github.com/pycqa/flake8
46-
rev: 4.0.1
46+
rev: 7.1.1
4747
hooks:
4848
- id: flake8
4949
args: ['--config=setup.cfg']

0 commit comments

Comments
 (0)