Skip to content

Commit bff70eb

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.10 → v0.15.9](astral-sh/ruff-pre-commit@v0.14.10...v0.15.9) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2) - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.15.0 → v2.16.0](macisamuele/language-formatters-pre-commit-hooks@v2.15.0...v2.16.0) - [github.com/snakemake/snakefmt: v0.11.2 → v1.0.0](snakemake/snakefmt@v0.11.2...v1.0.0)
1 parent 16c341a commit bff70eb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repos:
1616
# Run ruff to lint and format
1717
- repo: https://github.com/astral-sh/ruff-pre-commit
1818
# Ruff version.
19-
rev: v0.14.10
19+
rev: v0.15.9
2020
hooks:
2121
# Run the linter.
2222
- id: ruff
@@ -26,7 +26,7 @@ repos:
2626

2727
# Find common spelling mistakes in comments and docstrings
2828
- repo: https://github.com/codespell-project/codespell
29-
rev: v2.4.1
29+
rev: v2.4.2
3030
hooks:
3131
- id: codespell
3232
args: ['--ignore-regex="(\b[A-Z]+\b)"', '--ignore-words-list=fom,appartment,bage,ore,setis,tabacco,berfore,vor,pris,bund,ons,GuD,Dezember,Juni,Juli,Produktion,WorstCase'] # Ignore capital case words, e.g. country codes
@@ -42,14 +42,14 @@ repos:
4242

4343
# YAML formatting
4444
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
45-
rev: v2.15.0
45+
rev: v2.16.0
4646
hooks:
4747
- id: pretty-format-yaml
4848
exclude: (\.lock\.yaml)$
4949
args: [--autofix, --indent, "2", --preserve-quotes]
5050

5151
# Format Snakemake rule / workflow files
5252
- repo: https://github.com/snakemake/snakefmt
53-
rev: v0.11.2
53+
rev: v1.0.0
5454
hooks:
5555
- id: snakefmt

0 commit comments

Comments
 (0)