Skip to content

Commit

Permalink
ci: pre-commit auto update
Browse files Browse the repository at this point in the history
updates:
- [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.0](asottile/pyupgrade@v2.29.1...v2.31.0)
- [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.931](pre-commit/mirrors-mypy@v0.910-1...v0.931)
- [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 Jan 10, 2022
1 parent 86eaf1d commit 4e1e548
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repos:
always_run: true
pass_filenames: false
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v4.1.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
Expand All @@ -24,12 +24,12 @@ repos:
- id: python-check-blanket-type-ignore
name: 'Check Blanket "#type:ignore"'
- repo: https://github.com/asottile/pyupgrade
rev: v2.29.1
rev: v2.31.0
hooks:
- 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.931
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 4e1e548

Please sign in to comment.