Skip to content

Commit

Permalink
ci: pre-commit auto update
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
pre-commit-ci[bot] authored Dec 20, 2021
1 parent 86eaf1d commit f6f2a02
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ repos:
- id: pyupgrade
name: Upgrade Python Syntax
- repo: https://github.com/crate-ci/typos
rev: v1.3.1
rev: typos-v0.8.2
hooks:
- id: typos
name: Check Typos
Expand All @@ -45,7 +45,7 @@ repos:
- id: isort
name: Sort Imports
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.910-1
rev: v0.920
hooks:
- id: mypy
name: Type Check
Expand All @@ -56,7 +56,7 @@ repos:
- pytest==6.2.5
- rsserpent==0.1.4
- repo: https://github.com/PyCQA/flake8
rev: 3.9.2
rev: 4.0.1
hooks:
- id: flake8
name: Lint
Expand All @@ -74,7 +74,7 @@ repos:
- pep8-naming==0.12.1
- tryceratops==1.0.0
- repo: https://github.com/commitizen-tools/commitizen
rev: v2.20.0
rev: v2.20.3
hooks:
- id: commitizen
name: Check Commit Message
Expand Down

0 comments on commit f6f2a02

Please sign in to comment.