Skip to content

Commit ad7dca3

Browse files
chore: update pre-commit hooks (#136)
updates: - [github.com/PyCQA/isort: v5.11.3 → 5.12.0](PyCQA/isort@v5.11.3...5.12.0) - [github.com/Lucas-C/pre-commit-hooks: v1.3.1 → v1.4.2](Lucas-C/pre-commit-hooks@v1.3.1...v1.4.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent b2bb371 commit ad7dca3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ repos:
4242

4343
# Sort your imports in a standard form
4444
- repo: https://github.com/PyCQA/isort
45-
rev: v5.11.3
45+
rev: 5.12.0
4646
hooks:
4747
- id: isort
4848

@@ -55,7 +55,7 @@ repos:
5555

5656
# Changes tabs to spaces
5757
- repo: https://github.com/Lucas-C/pre-commit-hooks
58-
rev: v1.3.1
58+
rev: v1.4.2
5959
hooks:
6060
- id: remove-tabs
6161

0 commit comments

Comments
 (0)