Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit 9394f4b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1) - [github.com/psf/black-pre-commit-mirror: 24.10.0 → 25.1.0](psf/black-pre-commit-mirror@24.10.0...25.1.0) - [github.com/snakemake/snakefmt: v0.10.2 → v0.11.0](snakemake/snakefmt@v0.10.2...v0.11.0)
1 parent 97b7c25 commit 9394f4b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repos:
1414

1515
# Sort package imports alphabetically
1616
- repo: https://github.com/PyCQA/isort
17-
rev: 5.13.2
17+
rev: 6.0.1
1818
hooks:
1919
- id: isort
2020
args: ["--profile", "black", "--filter-files"]
@@ -27,7 +27,7 @@ repos:
2727

2828
# Find common spelling mistakes in comments and docstrings
2929
- repo: https://github.com/codespell-project/codespell
30-
rev: v2.3.0
30+
rev: v2.4.1
3131
hooks:
3232
- id: codespell
3333
args: ['--ignore-regex="(\b[A-Z]+\b)"', '--ignore-words-list=fom,appartment,bage,ore,setis,tabacco,berfore,vor,pris'] # Ignore capital case words, e.g. country codes
@@ -50,7 +50,7 @@ repos:
5050

5151
# Formatting with "black" coding style
5252
- repo: https://github.com/psf/black-pre-commit-mirror
53-
rev: 24.10.0
53+
rev: 25.1.0
5454
hooks:
5555
# Format Python files
5656
- id: black
@@ -73,7 +73,7 @@ repos:
7373

7474
# Format Snakemake rule / workflow files
7575
- repo: https://github.com/snakemake/snakefmt
76-
rev: v0.10.2
76+
rev: v0.11.0
7777
hooks:
7878
- id: snakefmt
7979

0 commit comments

Comments
 (0)