Skip to content
This repository was archived by the owner on Oct 31, 2024. It is now read-only.

Commit fdfb736

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v3.4.0 → v4.3.0](pre-commit/pre-commit-hooks@v3.4.0...v4.3.0) - [github.com/asottile/pyupgrade: v2.12.0 → v2.37.2](asottile/pyupgrade@v2.12.0...v2.37.2) - [github.com/PyCQA/isort: 5.8.0 → 5.10.1](PyCQA/isort@5.8.0...5.10.1) - [github.com/psf/black: 20.8b1 → 22.6.0](psf/black@20.8b1...22.6.0) - [github.com/asottile/blacken-docs: v1.10.0 → v1.12.1](adamchainz/blacken-docs@v1.10.0...v1.12.1) - https://gitlab.com/PyCQA/flake8https://github.com/PyCQA/flake8 - [github.com/PyCQA/flake8: 3.9.0 → 4.0.1](PyCQA/flake8@3.9.0...4.0.1)
1 parent 13a262f commit fdfb736

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v3.4.0
3+
rev: v4.3.0
44
hooks:
55
- id: check-added-large-files
66
args: ['--maxkb=100']
@@ -10,12 +10,12 @@ repos:
1010
- id: debug-statements
1111
- id: end-of-file-fixer
1212
- repo: https://github.com/asottile/pyupgrade
13-
rev: v2.12.0
13+
rev: v2.37.2
1414
hooks:
1515
- id: pyupgrade
1616
args: [--py36-plus]
1717
- repo: https://github.com/PyCQA/isort
18-
rev: 5.8.0
18+
rev: 5.10.1
1919
hooks:
2020
- id: isort
2121
name: isort
@@ -25,16 +25,16 @@ repos:
2525
language: python
2626
types: [python]
2727
- repo: https://github.com/psf/black
28-
rev: 20.8b1
28+
rev: 22.6.0
2929
hooks:
3030
- id: black
3131
- repo: https://github.com/asottile/blacken-docs
32-
rev: v1.10.0
32+
rev: v1.12.1
3333
hooks:
3434
- id: blacken-docs
3535
additional_dependencies: [black]
36-
- repo: https://gitlab.com/PyCQA/flake8
37-
rev: 3.9.0
36+
- repo: https://github.com/PyCQA/flake8
37+
rev: 4.0.1
3838
hooks:
3939
- id: flake8
4040
additional_dependencies: [

0 commit comments

Comments
 (0)