Skip to content

Commit ec3cb8d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.4.0...v6.0.0) - [github.com/PyCQA/isort: 5.10.1 → 7.0.0](PyCQA/isort@5.10.1...7.0.0) - [github.com/codespell-project/codespell: v2.2.2 → v2.4.1](codespell-project/codespell@v2.2.2...v2.4.1) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 22.10.0 → 25.11.0](psf/black-pre-commit-mirror@22.10.0...25.11.0) - [github.com/nbQA-dev/nbQA: 1.5.3 → 1.9.1](nbQA-dev/nbQA@1.5.3...1.9.1) - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.4.0 → v2.15.0](macisamuele/language-formatters-pre-commit-hooks@v2.4.0...v2.15.0) - [github.com/snakemake/snakefmt: v0.7.0 → v0.11.2](snakemake/snakefmt@v0.7.0...v0.11.2) - [github.com/fsfe/reuse-tool: v1.0.0 → v6.2.0](fsfe/reuse-tool@v1.0.0...v6.2.0)
1 parent 55e71c8 commit ec3cb8d

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

.pre-commit-config.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ exclude: "^LICENSES"
88

99
repos:
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v4.4.0
11+
rev: v6.0.0
1212
hooks:
1313
- id: check-merge-conflict
1414
- id: end-of-file-fixer
@@ -19,51 +19,51 @@ repos:
1919

2020
# Sort package imports alphabetically
2121
- repo: https://github.com/PyCQA/isort
22-
rev: 5.10.1
22+
rev: 7.0.0
2323
hooks:
2424
- id: isort
2525
args: ["--profile", "black", "--filter-files"]
2626

2727
# Find common spelling mistakes in comments and docstrings
2828
- repo: https://github.com/codespell-project/codespell
29-
rev: v2.2.2
29+
rev: v2.4.1
3030
hooks:
3131
- id: codespell
3232
args: ['--ignore-regex="\b[A-Z]+\b"'] # Ignore capital case words, e.g. country codes
3333
types_or: [python, rst, markdown]
3434
files: ^(actions|doc)/
3535

3636
# Formatting with "black" coding style
37-
- repo: https://github.com/psf/black
38-
rev: 22.10.0
37+
- repo: https://github.com/psf/black-pre-commit-mirror
38+
rev: 25.11.0
3939
hooks:
4040
# Format Python files
4141
- id: black
4242
# Format Jupyter Python notebooks
4343
- id: black-jupyter
4444

4545
- repo: https://github.com/nbQA-dev/nbQA
46-
rev: 1.5.3
46+
rev: 1.9.1
4747
hooks:
4848
# Apply isort to Jupyter Python notebooks
4949
- id: nbqa-isort
5050

5151
# Do YAML formatting (before the linter checks it for misses)
5252
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
53-
rev: v2.4.0
53+
rev: v2.15.0
5454
hooks:
5555
- id: pretty-format-yaml
5656
args: [--autofix, --indent, '2', --preserve-quotes]
5757

5858
# Format Snakemake rule / workflow files
5959
- repo: https://github.com/snakemake/snakefmt
60-
rev: v0.7.0
60+
rev: v0.11.2
6161
hooks:
6262
- id: snakefmt
6363

6464
# Check for FSFE REUSE compliance (licensing)
6565
- repo: https://github.com/fsfe/reuse-tool
66-
rev: v1.0.0
66+
rev: v6.2.0
6767
hooks:
6868
- id: reuse
6969

0 commit comments

Comments
 (0)