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 d3e05c1 commit 0047df4Copy full SHA for 0047df4
.pre-commit-config.yaml
@@ -5,14 +5,14 @@ ci:
5
6
repos:
7
- repo: https://github.com/pre-commit/pre-commit-hooks
8
- rev: v4.5.0
+ rev: v4.6.0
9
hooks:
10
- id: check-added-large-files
11
- id: check-yaml
12
- id: end-of-file-fixer
13
- id: trailing-whitespace
14
- repo: https://github.com/psf/black
15
- rev: 24.2.0
+ rev: 24.4.2
16
17
- id: black
18
- repo: https://github.com/PyCQA/flake8
@@ -27,7 +27,7 @@ repos:
27
args: ["--profile", "black"]
28
exclude: ^(pydra_ml/_version\.py|versioneer\.py)$
29
- repo: https://github.com/codespell-project/codespell
30
- rev: v2.2.6
+ rev: v2.3.0
31
32
- id: codespell
33
0 commit comments