Skip to content

Commit 1219b28

Browse files
[pre-commit.ci] pre-commit autoupdate (#26)
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0) - [github.com/codespell-project/codespell: v2.2.5 → v2.2.6](codespell-project/codespell@v2.2.5...v2.2.6) - [github.com/astral-sh/ruff-pre-commit: v0.3.5 → v0.4.4](astral-sh/ruff-pre-commit@v0.3.5...v0.4.4) - [github.com/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 20a8f95 commit 1219b28

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ exclude: ^tin/(static/.*vendor|.*migrations)
44

55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.4.0
7+
rev: v4.6.0
88
hooks:
99
- id: check-ast
1010
name: validate python
@@ -14,15 +14,15 @@ repos:
1414
- id: detect-private-key
1515
- id: check-yaml
1616
- repo: https://github.com/codespell-project/codespell
17-
rev: v2.2.5
17+
rev: v2.2.6
1818
hooks:
1919
- id: codespell
2020
files: ^.*\.(py|md|rst)$
2121
# TODO: Remove after python version >= 3.11
2222
additional_dependencies:
2323
- tomli
2424
- repo: https://github.com/astral-sh/ruff-pre-commit
25-
rev: v0.3.5
25+
rev: v0.4.4
2626
hooks:
2727
- id: ruff
2828
args: [ "--fix", "--exit-non-zero-on-fix" ]
@@ -31,7 +31,7 @@ repos:
3131
- id: ruff-format
3232
files: ^tin/.*
3333
- repo: https://github.com/pycqa/isort
34-
rev: 5.12.0
34+
rev: 5.13.2
3535
hooks:
3636
- id: isort
3737
name: isort (python)

0 commit comments

Comments
 (0)