Skip to content

Commit 0117ca3

Browse files
Merge pull request #30 from WCRP-CORDEX/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents e9b1933 + b4f9859 commit 0117ca3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ repos:
77
- id: end-of-file-fixer
88
- id: trailing-whitespace
99
- repo: https://github.com/psf/black
10-
rev: 24.10.0
10+
rev: 25.1.0
1111
hooks:
1212
- id: black
1313
- repo: https://github.com/pycqa/isort
14-
rev: 5.13.2
14+
rev: 6.0.0
1515
hooks:
1616
- id: isort
1717
name: isort (python)
1818
args: ["--profile", "black"]
1919
- repo: https://github.com/pycqa/flake8
20-
rev: 7.1.1
20+
rev: 7.1.2
2121
hooks:
2222
- id: flake8
2323
- repo: https://github.com/nbQA-dev/nbQA

0 commit comments

Comments
 (0)