Skip to content

Commit bd040fc

Browse files
pre-commit-ci[bot]Michael Howitz
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 21.9b0 → 22.1.0](psf/black@21.9b0...22.1.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) - https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8 - [github.com/PyCQA/flake8: 3.9.2 → 4.0.1](PyCQA/flake8@3.9.2...4.0.1) - [github.com/asottile/reorder_python_imports: v2.6.0 → v2.7.1](asottile/reorder-python-imports@v2.6.0...v2.7.1) - [github.com/asottile/pyupgrade: v2.26.0 → v2.31.0](asottile/pyupgrade@v2.26.0...v2.31.0)
1 parent 807095f commit bd040fc

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,12 +1,12 @@
11
---
22
repos:
33
- repo: https://github.com/psf/black
4-
rev: 21.9b0
4+
rev: 22.1.0
55
hooks:
66
- id: black
77
args: [--safe, --quiet, --target-version, py36]
88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: v4.0.1
9+
rev: v4.1.0
1010
hooks:
1111
- id: trailing-whitespace
1212
- id: end-of-file-fixer
@@ -15,19 +15,19 @@ repos:
1515
- id: check-yaml
1616
- id: debug-statements
1717
language_version: python3
18-
- repo: https://gitlab.com/pycqa/flake8
19-
rev: 3.9.2
18+
- repo: https://github.com/PyCQA/flake8
19+
rev: 4.0.1
2020
hooks:
2121
- id: flake8
2222
language_version: python3
2323
additional_dependencies: [flake8-typing-imports>=1.9.0]
2424
- repo: https://github.com/asottile/reorder_python_imports
25-
rev: v2.6.0
25+
rev: v2.7.1
2626
hooks:
2727
- id: reorder-python-imports
2828
args: ['--application-directories=.:src', --py3-plus]
2929
- repo: https://github.com/asottile/pyupgrade
30-
rev: v2.26.0
30+
rev: v2.31.0
3131
hooks:
3232
- id: pyupgrade
3333
args: [--py36-plus]

0 commit comments

Comments
 (0)