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/pre-commit/mirrors-autopep8: v1.6.0 → v2.0.1](pre-commit/mirrors-autopep8@v1.6.0...v2.0.1)
- [github.com/codespell-project/codespell: v2.1.0 → v2.2.2](codespell-project/codespell@v2.1.0...v2.2.2)
- [github.com/PyCQA/flake8: 4.0.1 → 6.0.0](PyCQA/flake8@4.0.1...6.0.0)
- [github.com/PyCQA/isort: 5.10.1 → 5.11.4](PyCQA/isort@5.10.1...5.11.4)
- [github.com/pycqa/pydocstyle: 6.1.1 → 6.2.3](PyCQA/pydocstyle@6.1.1...6.2.3)
- [github.com/asottile/pyupgrade: v2.37.2 → v3.3.1](asottile/pyupgrade@v2.37.2...v3.3.1)
  • Loading branch information
pre-commit-ci[bot] authored Jan 9, 2023
1 parent 0415538 commit 4b0a6b9
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
@@ -1,15 +1,15 @@
---
repos:
- repo: https://github.com/pre-commit/mirrors-autopep8
rev: 'v1.6.0' # Use the sha / tag you want to point at
rev: 'v2.0.1' # Use the sha / tag you want to point at
hooks:
- id: autopep8
- repo: https://github.com/codespell-project/codespell
rev: v2.1.0
rev: v2.2.2
hooks:
- id: codespell
- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
rev: 6.0.0
hooks:
- id: flake8
args:
Expand All @@ -18,11 +18,11 @@ repos:
- --show-source
- --statistics
- repo: https://github.com/PyCQA/isort
rev: 5.10.1
rev: 5.11.4
hooks:
- id: isort
- repo: https://github.com/pycqa/pydocstyle
rev: 6.1.1
rev: 6.2.3
hooks:
- id: pydocstyle
exclude: ^(tests/)
Expand All @@ -32,7 +32,7 @@ repos:
- --convention=google
additional_dependencies: ["toml"]
- repo: https://github.com/asottile/pyupgrade
rev: v2.37.2
rev: v3.3.1
hooks:
- id: pyupgrade
# TODO: remove `--keep-runtime-typing` option
Expand Down

0 comments on commit 4b0a6b9

Please sign in to comment.