Skip to content

Commit

Permalink
Update versions to (hopefully) fix GHA run.
Browse files Browse the repository at this point in the history
  • Loading branch information
icemac committed Nov 14, 2023
1 parent 6f8d8c5 commit a213192
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
@@ -1,7 +1,7 @@
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -11,13 +11,13 @@ 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]
- repo: https://github.com/pre-commit/mirrors-autopep8
rev: v2.0.1
rev: v2.0.4
hooks:
- id: autopep8
- repo: https://github.com/timothycrosley/isort
Expand All @@ -38,7 +38,7 @@ repos:
additional_dependencies: [pygments, restructuredtext_lint]
# This can deal with sphinx directives
- repo: https://github.com/myint/rstcheck
rev: "v6.1.1"
rev: "v6.2.0"
hooks:
- id: rstcheck
args: [--ignore-messages, Duplicate implicit target.*]

0 comments on commit a213192

Please sign in to comment.