Skip to content

Commit

Permalink
ci: pre-commit auto update
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
pre-commit-ci[bot] authored Mar 14, 2022
1 parent 3f4a00f commit f1a5062
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ default_stages: [commit]
fail_fast: true
repos:
- repo: https://github.com/andreoliwa/nitpick
rev: v0.28.0
rev: v0.31.0
hooks:
- id: nitpick-check
name: Nitpick Check
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,18 +24,18 @@ 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.1
hooks:
- id: pyupgrade
name: Upgrade Python Syntax
- repo: https://github.com/crate-ci/typos
rev: v1.3.1
rev: v1.5.0
hooks:
- id: typos
name: Check Typos
args: []
- repo: https://github.com/psf/black
rev: 21.12b0
rev: 22.1.0
hooks:
- id: black
name: Format Source Code
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.940
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.21.2
hooks:
- id: commitizen
name: Check Commit Message
Expand Down

0 comments on commit f1a5062

Please sign in to comment.