Skip to content

Commit a1cde96

Browse files
Update other pre-commit hooks in linting workflow
1 parent baeb74d commit a1cde96

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
# Use specific format-enforcing pre-commit hooks from the core library
1111
# with the default configuration (see pre-commit.com for documentation)
1212
- repo: https://github.com/pre-commit/pre-commit-hooks
13-
rev: v4.6.0
13+
rev: v6.0.0
1414
hooks:
1515
- id: check-ast
1616
- id: debug-statements
@@ -23,7 +23,7 @@ repos:
2323
# (see https://black.readthedocs.io/en/stable/ for documentation and see
2424
# the cf-python pyproject.toml file for our custom black configuration)
2525
- repo: https://github.com/ambv/black
26-
rev: 24.4.2
26+
rev: 25.12.0
2727
hooks:
2828
- id: black
2929
language_version: python3
@@ -53,7 +53,7 @@ repos:
5353
# (see https://flake8.pycqa.org/en/latest/ for documentation and see
5454
# the cf-python .flake8 file for our custom flake8 configuration)
5555
- repo: https://github.com/PyCQA/flake8
56-
rev: 7.1.0
56+
rev: 7.3.0
5757
hooks:
5858
- id: flake8
5959

0 commit comments

Comments
 (0)