We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bffb7a commit 20dc73cCopy full SHA for 20dc73c
.pre-commit-config.yaml
@@ -6,12 +6,12 @@ exclude: '^(\.tox|ci/templates|\.bumpversion\.cfg|src/geophires_x)(/|$)'
6
# Note the order is intentional to avoid multiple passes of the hooks
7
repos:
8
- repo: https://github.com/astral-sh/ruff-pre-commit
9
- rev: v0.1.3
+ rev: v0.3.1
10
hooks:
11
- id: ruff
12
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
13
- repo: https://github.com/psf/black
14
- rev: 23.10.1
+ rev: 24.2.0
15
16
- id: black
17
- repo: https://github.com/pre-commit/pre-commit-hooks
0 commit comments