Skip to content

Commit e3c3e9f

Browse files
authored
Merge branch 'main' into bug#4
2 parents 1cc540b + fcae324 commit e3c3e9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repos:
2525

2626
# https://python-poetry.org/docs/pre-commit-hooks/#usage
2727
- repo: https://github.com/python-poetry/poetry
28-
rev: 2.1.0
28+
rev: 2.1.1
2929
hooks:
3030
- id: poetry-check
3131
verbose: true
@@ -73,7 +73,7 @@ repos:
7373
]
7474

7575
- repo: https://github.com/charliermarsh/ruff-pre-commit
76-
rev: v0.9.6
76+
rev: v0.9.7
7777
hooks:
7878
- id: ruff
7979
args: ["--fix"]

0 commit comments

Comments
 (0)