Skip to content

Commit c92a3fe

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [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/yesqa: v1.2.3 → v1.3.0](asottile/yesqa@v1.2.3...v1.3.0) - [github.com/pycqa/isort: 5.9.3 → 5.10.1](PyCQA/isort@5.9.3...5.10.1) - [github.com/psf/black: 21.9b0 → 21.12b0](psf/black@21.9b0...21.12b0) - [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/pyupgrade: v2.28.0 → v2.31.0](asottile/pyupgrade@v2.28.0...v2.31.0)
1 parent 0d37aa2 commit c92a3fe

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: 'v4.0.1'
3+
rev: 'v4.1.0'
44
hooks:
55
- id: check-merge-conflict
66
- repo: https://github.com/asottile/yesqa
7-
rev: v1.2.3
7+
rev: v1.3.0
88
hooks:
99
- id: yesqa
1010
- repo: https://github.com/pycqa/isort
11-
rev: '5.9.3'
11+
rev: '5.10.1'
1212
hooks:
1313
- id: isort
1414
args: ["--profile", "black"]
1515
- repo: https://github.com/psf/black
16-
rev: '21.9b0'
16+
rev: '21.12b0'
1717
hooks:
1818
- id: black
1919
language_version: python3 # Should be a command that runs python3.6+
2020
- repo: https://github.com/pre-commit/pre-commit-hooks
21-
rev: 'v4.0.1'
21+
rev: 'v4.1.0'
2222
hooks:
2323
- id: end-of-file-fixer
2424
exclude: >-
@@ -48,7 +48,7 @@ repos:
4848
- id: detect-private-key
4949
exclude: ^tests/
5050
- repo: https://github.com/asottile/pyupgrade
51-
rev: 'v2.28.0'
51+
rev: 'v2.31.0'
5252
hooks:
5353
- id: pyupgrade
5454
args: ['--py37-plus', '--keep-mock']

0 commit comments

Comments
 (0)