Skip to content

Commit a4b0c3f

Browse files
authored
Merge pull request #1 from blag/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate: poetry and ruff-pre-commit
2 parents b786f7f + 1bc716c commit a4b0c3f

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
@@ -19,7 +19,7 @@ repos:
1919
- id: check-merge-conflict # check for files that contain merge conflict strings
2020

2121
- repo: https://github.com/python-poetry/poetry
22-
rev: "1.6.1"
22+
rev: "1.7.0"
2323
hooks:
2424
- id: poetry-check
2525
# - id: poetry-install
@@ -38,7 +38,7 @@ repos:
3838

3939
- repo: https://github.com/astral-sh/ruff-pre-commit
4040
# Ruff version.
41-
rev: v0.1.3
41+
rev: v0.1.5
4242
hooks:
4343
- id: ruff
4444
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)