Skip to content

Commit f1a5062

Browse files
ci: pre-commit auto update
updates: - [github.com/andreoliwa/nitpick: v0.28.0 → v0.31.0](andreoliwa/nitpick@v0.28.0...v0.31.0) - [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.1.0](pre-commit/pre-commit-hooks@v4.0.1...v4.1.0) - [github.com/asottile/pyupgrade: v2.29.1 → v2.31.1](asottile/pyupgrade@v2.29.1...v2.31.1) - [github.com/crate-ci/typos: v1.3.1 → v1.5.0](crate-ci/typos@v1.3.1...v1.5.0) - [github.com/psf/black: 21.12b0 → 22.1.0](psf/black@21.12b0...22.1.0) - [github.com/pre-commit/mirrors-mypy: v0.910-1 → v0.940](pre-commit/mirrors-mypy@v0.910-1...v0.940) - [github.com/PyCQA/flake8: 3.9.2 → 4.0.1](PyCQA/flake8@3.9.2...4.0.1) - [github.com/commitizen-tools/commitizen: v2.20.0 → v2.21.2](commitizen-tools/commitizen@v2.20.0...v2.21.2)
1 parent 3f4a00f commit f1a5062

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ default_stages: [commit]
55
fail_fast: true
66
repos:
77
- repo: https://github.com/andreoliwa/nitpick
8-
rev: v0.28.0
8+
rev: v0.31.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: v4.1.0
1616
hooks:
1717
- id: end-of-file-fixer
1818
- id: trailing-whitespace
@@ -24,18 +24,18 @@ repos:
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: v2.31.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: v1.5.0
3333
hooks:
3434
- id: typos
3535
name: Check Typos
3636
args: []
3737
- repo: https://github.com/psf/black
38-
rev: 21.12b0
38+
rev: 22.1.0
3939
hooks:
4040
- id: black
4141
name: Format Source Code
@@ -45,7 +45,7 @@ repos:
4545
- id: isort
4646
name: Sort Imports
4747
- repo: https://github.com/pre-commit/mirrors-mypy
48-
rev: v0.910-1
48+
rev: v0.940
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: 4.0.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: v2.21.2
7878
hooks:
7979
- id: commitizen
8080
name: Check Commit Message

0 commit comments

Comments
 (0)