Skip to content

Commit c8624e5

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/ambv/blackhttps://github.com/psf/black - [github.com/psf/black: 19.3b0 → 21.11b1](psf/black@19.3b0...21.11b1) - [github.com/asottile/blacken-docs: v0.5.0 → v1.12.0](adamchainz/blacken-docs@v0.5.0...v1.12.0) - [github.com/pre-commit/pre-commit-hooks: v2.1.0 → v4.0.1](pre-commit/pre-commit-hooks@v2.1.0...v4.0.1) - https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8 - [github.com/PyCQA/flake8: 3.7.7 → 4.0.1](PyCQA/flake8@3.7.7...4.0.1) - [github.com/asottile/reorder_python_imports: v1.4.0 → v2.6.0](asottile/reorder-python-imports@v1.4.0...v2.6.0) - [github.com/asottile/pyupgrade: v1.15.0 → v2.29.1](asottile/pyupgrade@v1.15.0...v2.29.1) - [github.com/pre-commit/pygrep-hooks: v1.3.0 → v1.9.0](pre-commit/pygrep-hooks@v1.3.0...v1.9.0)
1 parent 9eac473 commit c8624e5

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
11
exclude: doc/en/example/py2py3/test_py2.py
22
repos:
3-
- repo: https://github.com/ambv/black
4-
rev: 19.3b0
3+
- repo: https://github.com/psf/black
4+
rev: 21.11b1
55
hooks:
66
- id: black
77
args: [--safe, --quiet]
88
language_version: python3
99
- repo: https://github.com/asottile/blacken-docs
10-
rev: v0.5.0
10+
rev: v1.12.0
1111
hooks:
1212
- id: blacken-docs
1313
additional_dependencies: [black==19.3b0]
1414
language_version: python3
1515
- repo: https://github.com/pre-commit/pre-commit-hooks
16-
rev: v2.1.0
16+
rev: v4.0.1
1717
hooks:
1818
- id: trailing-whitespace
1919
- id: end-of-file-fixer
2020
- id: check-yaml
2121
- id: debug-statements
2222
exclude: _pytest/debugging.py
2323
language_version: python3
24-
- repo: https://gitlab.com/pycqa/flake8
25-
rev: 3.7.7
24+
- repo: https://github.com/PyCQA/flake8
25+
rev: 4.0.1
2626
hooks:
2727
- id: flake8
2828
language_version: python3
2929
- repo: https://github.com/asottile/reorder_python_imports
30-
rev: v1.4.0
30+
rev: v2.6.0
3131
hooks:
3232
- id: reorder-python-imports
3333
args: ['--application-directories=.:src']
3434
- repo: https://github.com/asottile/pyupgrade
35-
rev: v1.15.0
35+
rev: v2.29.1
3636
hooks:
3737
- id: pyupgrade
3838
args: [--keep-percent-format]
3939
- repo: https://github.com/pre-commit/pygrep-hooks
40-
rev: v1.3.0
40+
rev: v1.9.0
4141
hooks:
4242
- id: rst-backticks
4343
- repo: local

0 commit comments

Comments
 (0)