Skip to content
This repository was archived by the owner on Nov 5, 2022. It is now read-only.

Commit d701b7c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [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/psf/black: 22.1.0 → 22.10.0](psf/black@22.1.0...22.10.0) - https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8 - [github.com/PyCQA/flake8: 3.9.2 → 5.0.4](PyCQA/flake8@3.9.2...5.0.4)
1 parent 55020b5 commit d701b7c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.1.0
6+
rev: v4.3.0
77
types: [py]
88
hooks:
99
- id: end-of-file-fixer
@@ -13,15 +13,15 @@ repos:
1313
- id: check-yaml
1414

1515
- repo: https://github.com/psf/black
16-
rev: 22.1.0
16+
rev: 22.10.0
1717
types: [ python ]
1818
hooks:
1919
- id: black
2020
additional_dependencies: ['click==8.0.4']
2121
args: [ --safe ]
2222

23-
- repo: https://gitlab.com/pycqa/flake8
24-
rev: 3.9.2
23+
- repo: https://github.com/PyCQA/flake8
24+
rev: 5.0.4
2525
hooks:
2626
- id: flake8
2727
args: [--config, setup.cfg]

0 commit comments

Comments
 (0)