Skip to content

Commit 61e8941

Browse files
refactor: pre-commit.ci auto update
updates: - [github.com/pycqa/isort: 5.9.3 → 6.0.1](PyCQA/isort@5.9.3...6.0.1) - [github.com/psf/black: 21.9b0 → 25.1.0](psf/black@21.9b0...25.1.0) - [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v5.0.0](pre-commit/pre-commit-hooks@v4.0.1...v5.0.0) - [github.com/pre-commit/mirrors-mypy: v0.910 → v1.15.0](pre-commit/mirrors-mypy@v0.910...v1.15.0) - [github.com/commitizen-tools/commitizen: v2.19.0 → v4.7.2](commitizen-tools/commitizen@v2.19.0...v4.7.2) - [github.com/jorisroovers/gitlint: v0.15.1 → v0.19.1](jorisroovers/gitlint@v0.15.1...v0.19.1) - [github.com/editorconfig-checker/editorconfig-checker.python: 2.3.54 → 3.2.1](editorconfig-checker/editorconfig-checker.python@2.3.54...3.2.1) - [github.com/jendrikseipp/vulture: v2.3 → v2.14](jendrikseipp/vulture@v2.3...v2.14) - [github.com/tox-dev/tox-ini-fmt: 0.5.1 → 1.5.0](tox-dev/tox-ini-fmt@0.5.1...1.5.0) - [github.com/hadolint/hadolint: v2.7.0 → v2.13.1-beta](hadolint/hadolint@v2.7.0...v2.13.1-beta)
1 parent f4bbed4 commit 61e8941

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.pre-commit-config.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ repos:
1111
- id: autoflake
1212
args: ['--in-place', '--remove-all-unused-imports', '--remove-unused-variable']
1313
- repo: https://github.com/pycqa/isort
14-
rev: 5.9.3
14+
rev: 6.0.1
1515
hooks:
1616
- id: isort
1717
- repo: https://github.com/psf/black
18-
rev: 21.9b0
18+
rev: 25.1.0
1919
hooks:
2020
- id: black
2121
language_version: python3
@@ -25,7 +25,7 @@ repos:
2525
- id: flakehell
2626
exclude: ^docs|examples|tests
2727
- repo: https://github.com/pre-commit/pre-commit-hooks
28-
rev: v4.0.1
28+
rev: v5.0.0
2929
hooks:
3030
- id: trailing-whitespace
3131
- id: end-of-file-fixer
@@ -34,32 +34,32 @@ repos:
3434
- id: check-toml
3535
- id: debug-statements
3636
- repo: https://github.com/pre-commit/mirrors-mypy
37-
rev: v0.910
37+
rev: v1.15.0
3838
hooks:
3939
- id: mypy
4040
files: ^dotify
4141
additional_dependencies: [types-all]
4242
- repo: https://github.com/commitizen-tools/commitizen
43-
rev: v2.19.0
43+
rev: v4.7.2
4444
hooks:
4545
- id: commitizen
4646
stages: [commit-msg]
4747
- repo: https://github.com/jorisroovers/gitlint
48-
rev: v0.15.1
48+
rev: v0.19.1
4949
hooks:
5050
- id: gitlint
5151
stages: [commit-msg]
5252
args: [--ignore=B6, --msg-filename]
5353
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
54-
rev: 2.3.54
54+
rev: 3.2.1
5555
hooks:
5656
- id: editorconfig-checker
5757
- repo: https://github.com/jendrikseipp/vulture
58-
rev: v2.3
58+
rev: v2.14
5959
hooks:
6060
- id: vulture
6161
- repo: https://github.com/tox-dev/tox-ini-fmt
62-
rev: 0.5.1
62+
rev: 1.5.0
6363
hooks:
6464
- id: tox-ini-fmt
6565
- repo: local
@@ -71,7 +71,7 @@ repos:
7171
entry: poetry export --without-hashes -o requirements.txt
7272
files: ^(pyproject.toml|poetry.lock)$
7373
- repo: https://github.com/hadolint/hadolint
74-
rev: v2.7.0
74+
rev: v2.13.1-beta
7575
hooks:
7676
- id: hadolint-docker
7777
args: ['--ignore', 'DL3006']

0 commit comments

Comments
 (0)