Skip to content

Commit 7f41b17

Browse files
[pre-commit.ci] pre-commit autoupdate (#36)
updates: - [github.com/psf/black: 22.3.0 → 22.10.0](psf/black@22.3.0...22.10.0) - [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.3.0](pre-commit/pre-commit-hooks@v4.1.0...v4.3.0) - [github.com/PyCQA/flake8: 4.0.1 → 5.0.4](PyCQA/flake8@4.0.1...5.0.4) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 48d04ae commit 7f41b17

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 22.3.0
3+
rev: 22.10.0
44
hooks:
55
- id: black
66
args: [--safe, --quiet]
77
language_version: python3
88

99
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: v4.1.0
10+
rev: v4.3.0
1111
hooks:
1212
- id: trailing-whitespace
1313
- id: end-of-file-fixer
1414

1515
- repo: https://github.com/PyCQA/flake8
16-
rev: 4.0.1
16+
rev: 5.0.4
1717
hooks:
1818
- id: flake8
1919
exclude: docs

0 commit comments

Comments
 (0)