Skip to content

Commit

Permalink
Update pre-commit to newest versions.
Browse files Browse the repository at this point in the history
The template already uses that versions.
  • Loading branch information
icemac committed Sep 16, 2024
1 parent b609b6c commit 7db07fb
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.5.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -19,13 +19,13 @@ repos:
hooks:
- id: teyit
- repo: https://github.com/PyCQA/flake8
rev: 6.1.0
rev: 7.1.1
hooks:
- id: flake8
language_version: python3
additional_dependencies: [flake8-typing-imports==1.15.0]
- repo: https://github.com/timothycrosley/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
args: [--filter-files]
Expand All @@ -42,7 +42,7 @@ repos:
additional_dependencies: [pygments, restructuredtext_lint]
# This can deal with sphinx directives
- repo: https://github.com/myint/rstcheck
rev: "v6.2.0"
rev: "v6.2.4"
hooks:
- id: rstcheck
args: [--ignore-messages, Duplicate implicit target.*]

0 comments on commit 7db07fb

Please sign in to comment.