Skip to content

Commit 3797d09

Browse files
committed
Merge branch 'dev' into feature/toml-config
2 parents 3b3ada2 + 2ddcf53 commit 3797d09

17 files changed

+1317
-1000
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ci:
88
submodules: false
99
repos:
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v4.5.0
11+
rev: v4.6.0
1212
hooks:
1313
- id: check-toml
1414
- id: check-yaml
@@ -23,10 +23,10 @@ repos:
2323
args: [--branch, main, --branch, dev]
2424
- id: check-added-large-files
2525
- repo: https://github.com/astral-sh/ruff-pre-commit
26-
rev: v0.3.3
26+
rev: v0.4.2
2727
hooks:
2828
- id: ruff
29-
args: [ --fix, --exit-non-zero-on-fix]
29+
args: [ --fix, --exit-non-zero-on-fix, "--ignore=C901" ]
3030
- id: ruff-format
3131
- repo: https://github.com/conorfalvey/check_pdb_hook
3232
rev: 0.0.9
@@ -35,7 +35,7 @@ repos:
3535
pass_filenames: false
3636

3737
- repo: https://github.com/PyCQA/bandit.git
38-
rev: 1.7.7
38+
rev: 1.7.8
3939
hooks:
4040
- id: bandit
4141
args: [-lll, --recursive, clumper]

0 commit comments

Comments
 (0)