Skip to content

Commit 4820635

Browse files
[pre-commit.ci] pre-commit autoupdate (#197)
updates: - [github.com/pycqa/isort: 5.13.0 → 5.13.2](PyCQA/isort@5.13.0...5.13.2) - [github.com/astral-sh/ruff-pre-commit: v0.1.7 → v0.1.9](astral-sh/ruff-pre-commit@v0.1.7...v0.1.9) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent af01412 commit 4820635

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
@@ -15,7 +15,7 @@ repos:
1515

1616
# Sort imports
1717
- repo: https://github.com/pycqa/isort
18-
rev: 5.13.0
18+
rev: 5.13.2
1919
hooks:
2020
- id: isort
2121
name: isort
@@ -39,7 +39,7 @@ repos:
3939

4040
# Linter and formatter
4141
- repo: https://github.com/astral-sh/ruff-pre-commit
42-
rev: v0.1.7
42+
rev: v0.1.9
4343
hooks:
4444
- id: ruff
4545
args:

0 commit comments

Comments
 (0)