Skip to content

Commit 17ff73c

Browse files
committed
chore: Update pre-commit
1 parent d7195e1 commit 17ff73c

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- uses: actions/setup-python@v2
2929
with:
30-
python-version: 3.7
30+
python-version: 3.9
3131

3232
- run: pip install pre-commit
3333
- run: SKIP=fmt,cargo-check,clippy pre-commit run --all-files

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
default_language_version:
2-
python: python3.7
2+
python: python3.9
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v3.2.0
6+
rev: v4.1.0
77
hooks:
88
- id: check-yaml
99
- id: end-of-file-fixer
@@ -14,23 +14,23 @@ repos:
1414
- id: check-merge-conflict
1515

1616
- repo: https://github.com/jorisroovers/gitlint
17-
rev: v0.13.1
17+
rev: v0.17.0
1818
hooks:
1919
- id: gitlint
2020

2121
- repo: https://github.com/adrienverge/yamllint
22-
rev: v1.24.2
22+
rev: v1.26.3
2323
hooks:
2424
- id: yamllint
2525

2626
- repo: https://github.com/ambv/black
27-
rev: 20.8b1
27+
rev: 21.12b0
2828
hooks:
2929
- id: black
3030
types: [python]
3131

3232
- repo: https://github.com/pre-commit/mirrors-isort
33-
rev: v5.4.2
33+
rev: v5.10.1
3434
hooks:
3535
- id: isort
3636
additional_dependencies: ["isort[pyproject]"]

0 commit comments

Comments
 (0)