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/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0)
- https://github.com/pre-commit/mirrors-autopep8https://github.com/hhatto/autopep8
- [github.com/hhatto/autopep8: v2.0.1 → v2.0.4](hhatto/autopep8@v2.0.1...v2.0.4)
- [github.com/rstcheck/rstcheck: v6.1.1 → v6.2.0](rstcheck/rstcheck@v6.1.1...v6.2.0)
  • Loading branch information
pre-commit-ci[bot] authored and Michael Howitz committed Sep 29, 2023
1 parent acd0fdb commit 8edb775
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 @@ -11,14 +11,14 @@ repos:
- id: debug-statements
language_version: python3
- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8
language_version: python3
additional_dependencies: [flake8-typing-imports==1.14.0]
args: ["--per-file-ignores=src/gocept/pytestlayer/tests/test_integration.py:E501"]
- repo: https://github.com/pre-commit/mirrors-autopep8
rev: v2.0.1
- repo: https://github.com/hhatto/autopep8
rev: v2.0.4
hooks:
- id: autopep8
- repo: https://github.com/PyCQA/isort
Expand All @@ -44,7 +44,7 @@ repos:
language: python
additional_dependencies: [pygments, restructuredtext_lint]
- repo: https://github.com/rstcheck/rstcheck
rev: 'v6.1.1'
rev: 'v6.2.0'
hooks:
- id: rstcheck
additional_dependencies: [sphinx]
Expand Down

0 comments on commit 8edb775

Please sign in to comment.