Skip to content

Commit 8ccb0be

Browse files
ci: pre-commit auto update
updates: - [github.com/andreoliwa/nitpick: v0.28.0 → v0.35.0](andreoliwa/nitpick@v0.28.0...v0.35.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/pygrep-hooks: v1.9.0 → v1.10.0](pre-commit/pygrep-hooks@v1.9.0...v1.10.0) - [github.com/asottile/pyupgrade: v2.29.1 → v3.19.1](asottile/pyupgrade@v2.29.1...v3.19.1) - [github.com/crate-ci/typos: v1.3.1 → typos-dict-v0.12.4](crate-ci/typos@v1.3.1...typos-dict-v0.12.4) - [github.com/psf/black: 21.12b0 → 25.1.0](psf/black@21.12b0...25.1.0) - [github.com/pycqa/isort: 5.10.1 → 6.0.0](PyCQA/isort@5.10.1...6.0.0) - [github.com/pre-commit/mirrors-mypy: v0.910-1 → v1.15.0](pre-commit/mirrors-mypy@v0.910-1...v1.15.0) - [github.com/PyCQA/flake8: 3.9.2 → 7.1.1](PyCQA/flake8@3.9.2...7.1.1) - [github.com/commitizen-tools/commitizen: v2.20.0 → v4.2.1](commitizen-tools/commitizen@v2.20.0...v4.2.1)
1 parent 3f4a00f commit 8ccb0be

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.pre-commit-config.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,51 @@
11
ci:
22
autofix_commit_msg: "ci: pre-commit auto fixes"
33
autoupdate_commit_msg: "ci: pre-commit auto update"
4-
default_stages: [commit]
4+
default_stages: [pre-commit]
55
fail_fast: true
66
repos:
77
- repo: https://github.com/andreoliwa/nitpick
8-
rev: v0.28.0
8+
rev: v0.35.0
99
hooks:
1010
- id: nitpick-check
1111
name: Nitpick Check
1212
always_run: true
1313
pass_filenames: false
1414
- repo: https://github.com/pre-commit/pre-commit-hooks
15-
rev: v4.0.1
15+
rev: v5.0.0
1616
hooks:
1717
- id: end-of-file-fixer
1818
- id: trailing-whitespace
1919
- repo: https://github.com/pre-commit/pygrep-hooks
20-
rev: v1.9.0
20+
rev: v1.10.0
2121
hooks:
2222
- id: python-check-blanket-noqa
2323
name: Check Blanket "#noqa"
2424
- id: python-check-blanket-type-ignore
2525
name: 'Check Blanket "#type:ignore"'
2626
- repo: https://github.com/asottile/pyupgrade
27-
rev: v2.29.1
27+
rev: v3.19.1
2828
hooks:
2929
- id: pyupgrade
3030
name: Upgrade Python Syntax
3131
- repo: https://github.com/crate-ci/typos
32-
rev: v1.3.1
32+
rev: typos-dict-v0.12.4
3333
hooks:
3434
- id: typos
3535
name: Check Typos
3636
args: []
3737
- repo: https://github.com/psf/black
38-
rev: 21.12b0
38+
rev: 25.1.0
3939
hooks:
4040
- id: black
4141
name: Format Source Code
4242
- repo: https://github.com/pycqa/isort
43-
rev: 5.10.1
43+
rev: 6.0.0
4444
hooks:
4545
- id: isort
4646
name: Sort Imports
4747
- repo: https://github.com/pre-commit/mirrors-mypy
48-
rev: v0.910-1
48+
rev: v1.15.0
4949
hooks:
5050
- id: mypy
5151
name: Type Check
@@ -56,7 +56,7 @@ repos:
5656
- pytest==6.2.5
5757
- rsserpent==0.1.4
5858
- repo: https://github.com/PyCQA/flake8
59-
rev: 3.9.2
59+
rev: 7.1.1
6060
hooks:
6161
- id: flake8
6262
name: Lint
@@ -74,7 +74,7 @@ repos:
7474
- pep8-naming==0.12.1
7575
- tryceratops==1.0.0
7676
- repo: https://github.com/commitizen-tools/commitizen
77-
rev: v2.20.0
77+
rev: v4.2.1
7878
hooks:
7979
- id: commitizen
8080
name: Check Commit Message

0 commit comments

Comments
 (0)