Skip to content

Commit

Permalink
chore: pre-commit autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
Swiftb0y committed Jan 15, 2025
1 parent c64e141 commit c536271
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repos:
entry: python tools/fixup_gh_wiki_anchors.py
language: python
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.1.0
rev: v5.0.0
hooks:
- id: check-byte-order-marker
- id: check-case-conflict
Expand All @@ -26,7 +26,7 @@ repos:
exclude: ^source/locale/.*$
- id: check-yaml
- repo: https://github.com/codespell-project/codespell
rev: f7f304cb40596e4706be27ca44d1401396a97420
rev: v2.3.0
hooks:
- id: codespell
name: "Check for spelling mistakes"
Expand All @@ -37,19 +37,19 @@ repos:
]
exclude: ^(.*\.svg|source/locale/.*)$
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 24.10.0
hooks:
- id: black
name: "Reformat Python code"
- repo: https://github.com/pycqa/flake8
rev: '3.8.3'
rev: '7.1.1'
hooks:
- id: flake8
name: "Check for Python warnings"
files: ^tools/.*$
types: [text, python]
- repo: https://github.com/myint/rstcheck
rev: '3f92957478422df87bd730abde66f089cc1ee19b'
rev: 'v6.2.4'
hooks:
- id: rstcheck
name: "Check RST syntax"
Expand Down

0 comments on commit c536271

Please sign in to comment.