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

Commit bc2cca8

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: stable → 21.11b1](psf/black@stable...21.11b1) - https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8 - [github.com/PyCQA/flake8: 3.7.8 → 4.0.1](PyCQA/flake8@3.7.8...4.0.1) - https://github.com/pre-commit/mirrors-isorthttps://github.com/PyCQA/isort - [github.com/PyCQA/isort: v4.3.21 → 5.10.1](PyCQA/isort@v4.3.21...5.10.1) - [github.com/pre-commit/pre-commit-hooks: v2.3.0 → v4.0.1](pre-commit/pre-commit-hooks@v2.3.0...v4.0.1)
1 parent 7ef69b0 commit bc2cca8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: stable
3+
rev: 21.11b1
44
hooks:
55
- id: black
66

7-
- repo: https://gitlab.com/pycqa/flake8
8-
rev: 3.7.8
7+
- repo: https://github.com/PyCQA/flake8
8+
rev: 4.0.1
99
hooks:
1010
- id: flake8
1111

12-
- repo: https://github.com/pre-commit/mirrors-isort
13-
rev: v4.3.21
12+
- repo: https://github.com/PyCQA/isort
13+
rev: 5.10.1
1414
hooks:
1515
- id: isort
1616
additional_dependencies: [toml]
1717
exclude: ^.*/?setup\.py$
1818

1919
- repo: https://github.com/pre-commit/pre-commit-hooks
20-
rev: v2.3.0
20+
rev: v4.0.1
2121
hooks:
2222
- id: trailing-whitespace
2323
- id: end-of-file-fixer

0 commit comments

Comments
 (0)