Skip to content

Commit

Permalink
🔧 Update pre-commit hooks versions
Browse files Browse the repository at this point in the history
  • Loading branch information
fbriol committed Jan 15, 2024
1 parent 1235464 commit e23daff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ repos:
- id: pyupgrade
args: [--py38-plus]
- repo: https://github.com/PyCQA/flake8
rev: 6.1.0
rev: 7.0.0
hooks:
- id: flake8
exclude: tests
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
name: isort (python)
Expand Down Expand Up @@ -55,7 +55,7 @@ repos:
exclude: "(cf.py|pyinterp/.*json)$"
args: [--ignore-words-list, "degreee"] # degreeE is a valid axis unit
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v17.0.3
rev: v17.0.6
hooks:
- id: clang-format
exclude: "(dataset.*json)$"

0 comments on commit e23daff

Please sign in to comment.