Skip to content

Commit

Permalink
Run pre-commit autoupdate
Browse files Browse the repository at this point in the history
No effects were observed on Make-managed files.

Signed-off-by: Alex Nelson <[email protected]>
ajnelson-nist committed Jan 29, 2025
1 parent 89649a3 commit b199e6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ repos:
- --no-ensure-ascii
- --no-sort-keys
- repo: https://github.com/psf/black
rev: 24.10.0
rev: 25.1.0
hooks:
- id: black
- repo: https://github.com/pycqa/flake8
@@ -20,7 +20,7 @@ repos:
args:
- --extend-ignore=E203,E501,F401,F403
- repo: https://github.com/pycqa/isort
rev: 5.13.2
rev: 6.0.0
hooks:
- id: isort
name: isort (python)

0 comments on commit b199e6a

Please sign in to comment.