Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/codespell-project/codespell: v2.2.2 → v2.2.4](codespell-project/codespell@v2.2.2...v2.2.4)
- [github.com/PyCQA/flake8: 3.9.2 → 6.0.0](PyCQA/flake8@3.9.2...6.0.0)
- [github.com/PyCQA/bandit: 1.7.4 → 1.7.5](PyCQA/bandit@1.7.4...1.7.5)
- [github.com/pre-commit/mirrors-prettier: v2.3.2 → v3.0.0-alpha.6](pre-commit/mirrors-prettier@v2.3.2...v3.0.0-alpha.6)
  • Loading branch information
pre-commit-ci[bot] authored Mar 14, 2023
1 parent 497e4fe commit f72a34b
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 @@ -12,14 +12,14 @@ repos:
- --safe
- --quiet
- repo: https://github.com/codespell-project/codespell
rev: v2.2.2
rev: v2.2.4
hooks:
- id: codespell
args:
- --skip="./.*,*.csv,*.json"
- --quiet-level=2
- repo: https://github.com/PyCQA/flake8
rev: 3.9.2
rev: 6.0.0
hooks:
- id: flake8
additional_dependencies:
Expand All @@ -31,7 +31,7 @@ repos:
- flake8-noqa==1.1.0
- mccabe==0.6.1
- repo: https://github.com/PyCQA/bandit
rev: 1.7.4
rev: 1.7.5
hooks:
- id: bandit
args:
Expand Down Expand Up @@ -61,7 +61,7 @@ repos:
- id: python-no-eval
- id: python-no-log-warn
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.3.2
rev: v3.0.0-alpha.6
hooks:
- id: prettier
- repo: https://github.com/cdce8p/python-typing-update
Expand Down

0 comments on commit f72a34b

Please sign in to comment.