Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

Commit 768b57d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 21.10b0 → 21.12b0](psf/black@21.10b0...21.12b0) - [github.com/PyCQA/isort: 5.10.0 → 5.10.1](PyCQA/isort@5.10.0...5.10.1) - [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.1.0](pre-commit/pre-commit-hooks@v4.0.1...v4.1.0) - [github.com/asottile/setup-cfg-fmt: v1.19.0 → v1.20.0](asottile/setup-cfg-fmt@v1.19.0...v1.20.0) - [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.1.0](pre-commit/pre-commit-hooks@v4.0.1...v4.1.0) - [github.com/PyCQA/pylint: v2.11.1 → v2.12.2](pylint-dev/pylint@v2.11.1...v2.12.2)
1 parent e08fd30 commit 768b57d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: '21.10b0'
3+
rev: '21.12b0'
44
hooks:
55
- id: black
66
- repo: https://github.com/PyCQA/isort
7-
rev: '5.10.0' # Use the revision sha / tag you want to point at
7+
rev: '5.10.1' # Use the revision sha / tag you want to point at
88
hooks:
99
- id: isort
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: 'v4.0.1'
11+
rev: 'v4.1.0'
1212
hooks:
1313
- id: check-added-large-files
1414
- repo: https://github.com/asottile/setup-cfg-fmt
15-
rev: 'v1.19.0'
15+
rev: 'v1.20.0'
1616
hooks:
1717
- id: setup-cfg-fmt
1818
- repo: https://github.com/pre-commit/pre-commit-hooks
19-
rev: v4.0.1 # Use the ref you want to point at
19+
rev: v4.1.0 # Use the ref you want to point at
2020
hooks:
2121
- id: trailing-whitespace
2222
- id: check-yaml
2323
exclude: docs/mkdocs.yml
2424
- repo: https://github.com/PyCQA/pylint
25-
rev: 'v2.11.1'
25+
rev: 'v2.12.2'
2626
hooks:
2727
- id: pylint
2828
name: pylint

0 commit comments

Comments
 (0)