We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5658925 + bd8dda6 commit 2de338aCopy full SHA for 2de338a
3 files changed
.pre-commit-config.yaml
@@ -4,7 +4,7 @@ default_language_version:
4
repos:
5
# Generic 'file quality' testing
6
- repo: https://github.com/pre-commit/pre-commit-hooks
7
- rev: v5.0.0
+ rev: v6.0.0
8
hooks:
9
# Machine-friendliness
10
- id: trailing-whitespace
@@ -24,15 +24,15 @@ repos:
24
25
# Python file formatting
26
- repo: https://github.com/astral-sh/ruff-pre-commit
27
- rev: v0.9.6
+ rev: v0.14.14
28
29
- id: ruff
30
args: [--fix, --exit-non-zero-on-fix]
31
- id: ruff-format
32
33
# Snakemake file formatting
34
- repo: https://github.com/snakemake/snakefmt
35
- rev: v0.10.2
+ rev: v0.11.3
36
37
- id: snakefmt
38
0 commit comments