Skip to content

Commit fe5deca

Browse files
[pre-commit.ci] pre-commit autoupdate (#372)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Tobias Raabe <raabe@posteo.de>
1 parent 9b2d93e commit fe5deca

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ repos:
4040
hooks:
4141
- id: black
4242
- repo: https://github.com/charliermarsh/ruff-pre-commit
43-
rev: v0.0.261
43+
rev: v0.0.264
4444
hooks:
4545
- id: ruff
4646
- repo: https://github.com/dosisod/refurb
47-
rev: v1.15.0
47+
rev: v1.16.0
4848
hooks:
4949
- id: refurb
5050
args: [--ignore, FURB126]

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ extend-ignore = [
6060
"COM812", # trailing comma missing, but black takes care of that
6161
"D401", # imperative mood for first line. too many false-positives.
6262
"SLF001", # access private members.
63+
"S603",
64+
"S607",
6365
]
6466

6567

0 commit comments

Comments
 (0)