Skip to content

Commit a892188

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.5.0...v6.0.0) - [github.com/python-poetry/poetry: 1.7.0 → 2.2.1](python-poetry/poetry@1.7.0...2.2.1) - [github.com/adamchainz/django-upgrade: 1.15.0 → 1.29.1](adamchainz/django-upgrade@1.15.0...1.29.1) - [github.com/asottile/pyupgrade: v3.15.0 → v3.21.2](asottile/pyupgrade@v3.15.0...v3.21.2) - [github.com/hadialqattan/pycln: v2.4.0 → v2.6.0](hadialqattan/pycln@v2.4.0...v2.6.0) - [github.com/PyCQA/isort: 5.13.2 → 7.0.0](PyCQA/isort@5.13.2...7.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 23.12.1 → 25.12.0](psf/black-pre-commit-mirror@23.12.1...25.12.0) - [github.com/pycqa/flake8: 6.1.0 → 7.3.0](PyCQA/flake8@6.1.0...7.3.0) - [github.com/PyCQA/docformatter: v1.7.5 → v1.7.7](PyCQA/docformatter@v1.7.5...v1.7.7) - [github.com/PyCQA/bandit: 1.7.6 → 1.9.2](PyCQA/bandit@1.7.6...1.9.2) - [github.com/Riverside-Healthcare/djLint: v1.34.1 → v1.36.4](djlint/djLint@v1.34.1...v1.36.4) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.19.1](pre-commit/mirrors-mypy@v1.8.0...v1.19.1)
1 parent 29baaef commit a892188

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.pre-commit-config.yaml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
exclude: '^docs/|/migrations/'
2-
default_stages: [commit]
2+
default_stages: [pre-commit]
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.5.0
6+
rev: v6.0.0
77
hooks:
88
- id: check-docstring-first
99
- id: check-merge-conflict
@@ -42,42 +42,42 @@ repos:
4242
args: ['--prose-wrap=never', '--tab-width', '2', '--single-quote'] # Following django-cookiecutter
4343

4444
- repo: https://github.com/python-poetry/poetry
45-
rev: 1.7.0
45+
rev: 2.2.1
4646
hooks:
4747
- id: poetry-check
4848
- id: poetry-lock
4949
args: ['--check', '--no-update']
5050

5151
- repo: https://github.com/adamchainz/django-upgrade
52-
rev: '1.15.0'
52+
rev: '1.29.1'
5353
hooks:
5454
- id: django-upgrade
5555
args: ['--target-version', '4.2']
5656

5757
- repo: https://github.com/asottile/pyupgrade
58-
rev: v3.15.0
58+
rev: v3.21.2
5959
hooks:
6060
- id: pyupgrade
6161
args: [--py311-plus]
6262

6363
- repo: https://github.com/hadialqattan/pycln
64-
rev: v2.4.0
64+
rev: v2.6.0
6565
hooks:
6666
- id: pycln
6767
args: [--config=pyproject.toml]
6868

6969
- repo: https://github.com/PyCQA/isort
70-
rev: 5.13.2
70+
rev: 7.0.0
7171
hooks:
7272
- id: isort
7373

74-
- repo: https://github.com/psf/black
75-
rev: 23.12.1
74+
- repo: https://github.com/psf/black-pre-commit-mirror
75+
rev: 25.12.0
7676
hooks:
7777
- id: black
7878

7979
- repo: https://github.com/pycqa/flake8
80-
rev: 6.1.0
80+
rev: 7.3.0
8181
hooks:
8282
- id: flake8
8383
additional_dependencies:
@@ -92,27 +92,27 @@ repos:
9292
args: [--config, ./pyproject.toml]
9393

9494
- repo: https://github.com/PyCQA/docformatter
95-
rev: v1.7.5
95+
rev: v1.7.7
9696
hooks:
9797
- id: docformatter
9898
args: [--in-place, --config, ./pyproject.toml]
9999

100100
- repo: https://github.com/PyCQA/bandit
101-
rev: 1.7.6
101+
rev: 1.9.2
102102
hooks:
103103
- id: bandit
104104
args: [-c, pyproject.toml]
105105
additional_dependencies: ['bandit[toml]']
106106

107107
- repo: https://github.com/Riverside-Healthcare/djLint
108-
rev: v1.34.1
108+
rev: v1.36.4
109109
hooks:
110110
- id: djlint-reformat-django
111111
args: ['--configuration', './pyproject.toml']
112112
- id: djlint-django
113113

114114
- repo: https://github.com/pre-commit/mirrors-mypy
115-
rev: v1.8.0
115+
rev: v1.19.1
116116
hooks:
117117
- id: mypy
118118
args: [--config-file, ./pyproject.toml]

0 commit comments

Comments
 (0)