Skip to content

Commit f6f2a02

Browse files
ci: pre-commit auto update
updates: - [github.com/crate-ci/typos: v1.3.1 → typos-v0.8.2](crate-ci/typos@v1.3.1...typos-v0.8.2) - [github.com/pre-commit/mirrors-mypy: v0.910-1 → v0.920](pre-commit/mirrors-mypy@v0.910-1...v0.920) - [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.20.3](commitizen-tools/commitizen@v2.20.0...v2.20.3)
1 parent 86eaf1d commit f6f2a02

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repos:
2929
- id: pyupgrade
3030
name: Upgrade Python Syntax
3131
- repo: https://github.com/crate-ci/typos
32-
rev: v1.3.1
32+
rev: typos-v0.8.2
3333
hooks:
3434
- id: typos
3535
name: Check Typos
@@ -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.920
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.20.3
7878
hooks:
7979
- id: commitizen
8080
name: Check Commit Message

0 commit comments

Comments
 (0)