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

Commit 0bd8db4

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v3.4.0 → v4.0.1](pre-commit/pre-commit-hooks@v3.4.0...v4.0.1) - [github.com/asottile/pyupgrade: v2.12.0 → v2.19.0](asottile/pyupgrade@v2.12.0...v2.19.0) - [github.com/psf/black: 20.8b1 → 21.5b2](psf/black@20.8b1...21.5b2) - https://gitlab.com/PyCQA/flake8https://github.com/PyCQA/flake8 - [github.com/PyCQA/flake8: 3.9.0 → 3.9.2](PyCQA/flake8@3.9.0...3.9.2)
1 parent 8770836 commit 0bd8db4

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 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.0.1
44
hooks:
55
- id: check-added-large-files
66
args: ['--maxkb=100']
@@ -10,7 +10,7 @@ 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.19.0
1414
hooks:
1515
- id: pyupgrade
1616
args: [--py36-plus]
@@ -25,16 +25,16 @@ repos:
2525
language: python
2626
types: [python]
2727
- repo: https://github.com/psf/black
28-
rev: 20.8b1
28+
rev: 21.5b2
2929
hooks:
3030
- id: black
3131
- repo: https://github.com/asottile/blacken-docs
3232
rev: v1.10.0
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: 3.9.2
3838
hooks:
3939
- id: flake8
4040
additional_dependencies: [

0 commit comments

Comments
 (0)