Skip to content

Commit 44a4ae0

Browse files
bump[pre-commit.ci]: auto-update pre-commit hooks
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.4.0...v5.0.0) - [github.com/psf/black: 23.1.0 → 25.1.0](psf/black@23.1.0...25.1.0) - [github.com/adrienverge/yamllint.git: v1.30.0 → v1.35.1](https://github.com/adrienverge/yamllint.git/compare/v1.30.0...v1.35.1) - [github.com/PyCQA/bandit: 1.7.5 → 1.8.3](PyCQA/bandit@1.7.5...1.8.3) - [github.com/PyCQA/docformatter: v1.5.1 → v1.7.5](PyCQA/docformatter@v1.5.1...v1.7.5) - [github.com/PyCQA/flake8: 6.0.0 → 7.1.2](PyCQA/flake8@6.0.0...7.1.2) - [github.com/pycqa/isort: 5.12.0 → 6.0.0](PyCQA/isort@5.12.0...6.0.0) - [github.com/rtts/djhtml: 3.0.6 → 3.0.7](rtts/djhtml@3.0.6...3.0.7) - [github.com/pycqa/pylint: v2.17.1 → v3.3.4](pylint-dev/pylint@v2.17.1...v3.3.4) - [github.com/pre-commit/mirrors-mypy: v1.1.1 → v1.15.0](pre-commit/mirrors-mypy@v1.1.1...v1.15.0) - [github.com/asottile/pyupgrade: v3.3.1 → v3.19.1](asottile/pyupgrade@v3.3.1...v3.19.1)
1 parent 272e7a7 commit 44a4ae0

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

.pre-commit-config.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
exclude: "^docs/|/migrations/"
3-
default_stages: [commit]
3+
default_stages: [pre-commit]
44
default_language_version:
55
python: python3.10
66

@@ -17,7 +17,7 @@ ci:
1717

1818
repos:
1919
- repo: https://github.com/pre-commit/pre-commit-hooks
20-
rev: v4.4.0
20+
rev: v5.0.0
2121
hooks:
2222
- id: check-yaml
2323
- id: end-of-file-fixer
@@ -32,32 +32,32 @@ repos:
3232
- id: check-merge-conflict
3333

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

3939
- repo: https://github.com/adrienverge/yamllint.git
40-
rev: v1.30.0
40+
rev: v1.35.1
4141
hooks:
4242
- id: yamllint
4343
args: [ --format, parsable, --strict ]
4444

4545
- repo: https://github.com/PyCQA/bandit
46-
rev: 1.7.5
46+
rev: 1.8.3
4747
hooks:
4848
- id: bandit
4949
args: ['-iii', '-ll', '-s', 'B404', 'B602', 'B603', 'B607']
5050
language_version: python3.10
5151
exclude: ^test/
5252

5353
- repo: https://github.com/PyCQA/docformatter
54-
rev: v1.5.1
54+
rev: v1.7.5
5555
hooks:
5656
- id: docformatter
5757
args: [ --in-place, --wrap-summaries=115, --wrap-descriptions=120 ]
5858

5959
- repo: https://github.com/PyCQA/flake8
60-
rev: 6.0.0
60+
rev: 7.1.2
6161
hooks:
6262
- id: flake8
6363
args: ["--config=setup.cfg"]
@@ -73,13 +73,13 @@ repos:
7373
]
7474

7575
- repo: https://github.com/pycqa/isort
76-
rev: 5.12.0
76+
rev: 6.0.0
7777
hooks:
7878
- id: isort
7979
name: isort (python)
8080

8181
- repo: https://github.com/rtts/djhtml
82-
rev: 3.0.6
82+
rev: 3.0.7
8383
hooks:
8484
- id: djhtml
8585

@@ -90,7 +90,7 @@ repos:
9090
additional_dependencies: ["toml"]
9191

9292
- repo: https://github.com/pycqa/pylint
93-
rev: v2.17.1
93+
rev: v3.3.4
9494
hooks:
9595
- id: pylint
9696
exclude: |
@@ -127,7 +127,7 @@ repos:
127127
- djangorestframework-jsonapi
128128

129129
- repo: https://github.com/pre-commit/mirrors-mypy
130-
rev: v1.1.1
130+
rev: v1.15.0
131131
hooks:
132132
- id: mypy
133133
exclude: "[a-zA-Z]*/(migrations)/(.)*"
@@ -159,7 +159,7 @@ repos:
159159
]
160160

161161
- repo: https://github.com/asottile/pyupgrade
162-
rev: v3.3.1
162+
rev: v3.19.1
163163
hooks:
164164
- id: pyupgrade
165165
args: [ "--py36-plus", "--py37-plus", "--py38-plus", "--py39-plus" ]

0 commit comments

Comments
 (0)