Skip to content

Commit 98ea110

Browse files
[pre-commit.ci] pre-commit autoupdate (#392)
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0) - https://github.com/ambv/blackhttps://github.com/psf/black - [github.com/psf/black: 22.8.0 → 22.12.0](psf/black@22.8.0...22.12.0) - [github.com/asottile/pyupgrade: v2.37.3 → v3.3.1](asottile/pyupgrade@v2.37.3...v3.3.1) - https://github.com/timothycrosley/isorthttps://github.com/PyCQA/isort - [github.com/PyCQA/isort: 5.10.1 → 5.11.1](PyCQA/isort@5.10.1...5.11.1) - [github.com/pycqa/flake8: 3.9.2 → 6.0.0](PyCQA/flake8@3.9.2...6.0.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 6c69e88 commit 98ea110

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.3.0
3+
rev: v4.4.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
77
- id: check-docstring-first
88
- id: check-yaml
99
- id: debug-statements
1010
- id: check-ast
11-
- repo: https://github.com/ambv/black
12-
rev: 22.8.0
11+
- repo: https://github.com/psf/black
12+
rev: 22.12.0
1313
hooks:
1414
- id: black
1515
- repo: https://github.com/asottile/pyupgrade
16-
rev: v2.37.3
16+
rev: v3.3.1
1717
hooks:
1818
- id: pyupgrade
1919
args: ["--py37-plus"]
20-
- repo: https://github.com/timothycrosley/isort
21-
rev: 5.10.1
20+
- repo: https://github.com/PyCQA/isort
21+
rev: 5.11.1
2222
hooks:
2323
- id: isort
2424
- repo: https://github.com/pycqa/flake8
25-
rev: 3.9.2
25+
rev: 6.0.0
2626
hooks:
2727
- id: flake8

0 commit comments

Comments
 (0)