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.35.0](andreoliwa/nitpick@v0.28.0...v0.35.0)
- [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.5.0](pre-commit/pre-commit-hooks@v4.0.1...v4.5.0)
- [github.com/pre-commit/pygrep-hooks: v1.9.0 → v1.10.0](pre-commit/pygrep-hooks@v1.9.0...v1.10.0)
- [github.com/asottile/pyupgrade: v2.29.1 → v3.15.0](asottile/pyupgrade@v2.29.1...v3.15.0)
- [github.com/crate-ci/typos: v1.3.1 → v1.17.0](crate-ci/typos@v1.3.1...v1.17.0)
- [github.com/psf/black: 21.12b0 → 23.12.1](psf/black@21.12b0...23.12.1)
- [github.com/pycqa/isort: 5.10.1 → 5.13.2](PyCQA/isort@5.10.1...5.13.2)
- [github.com/pre-commit/mirrors-mypy: v0.910-1 → v1.8.0](pre-commit/mirrors-mypy@v0.910-1...v1.8.0)
- [github.com/PyCQA/flake8: 3.9.2 → 7.0.0](PyCQA/flake8@3.9.2...7.0.0)
- [github.com/commitizen-tools/commitizen: v2.20.0 → v3.13.0](commitizen-tools/commitizen@v2.20.0...v3.13.0)
  • Loading branch information
pre-commit-ci[bot] committed Jan 8, 2024
1 parent 3f4a00f commit a8e77b6
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,47 +5,47 @@ default_stages: [commit]
fail_fast: true
repos:
- repo: https://github.com/andreoliwa/nitpick
rev: v0.28.0
rev: v0.35.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.5.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.9.0
rev: v1.10.0
hooks:
- id: python-check-blanket-noqa
name: Check Blanket "#noqa"
- id: python-check-blanket-type-ignore
name: 'Check Blanket "#type:ignore"'
- repo: https://github.com/asottile/pyupgrade
rev: v2.29.1
rev: v3.15.0
hooks:
- id: pyupgrade
name: Upgrade Python Syntax
- repo: https://github.com/crate-ci/typos
rev: v1.3.1
rev: v1.17.0
hooks:
- id: typos
name: Check Typos
args: []
- repo: https://github.com/psf/black
rev: 21.12b0
rev: 23.12.1
hooks:
- id: black
name: Format Source Code
- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.13.2
hooks:
- id: isort
name: Sort Imports
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.910-1
rev: v1.8.0
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: 7.0.0
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: v3.13.0
hooks:
- id: commitizen
name: Check Commit Message
Expand Down

0 comments on commit a8e77b6

Please sign in to comment.