Skip to content

Commit 09509fb

Browse files
pre-commit-ci[bot]neersighted
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 21.10b0 → 21.12b0](psf/black@21.10b0...21.12b0) - 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) - https://github.com/timothycrosley/isorthttps://github.com/PyCQA/isort - [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.1.0](pre-commit/pre-commit-hooks@v4.0.1...v4.1.0)
1 parent 8a49e07 commit 09509fb

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

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

7-
- repo: https://gitlab.com/pycqa/flake8
8-
rev: 3.9.2
7+
- repo: https://github.com/PyCQA/flake8
8+
rev: 4.0.1
99
hooks:
1010
- id: flake8
1111
additional_dependencies: [flake8-bugbear]
1212

13-
- repo: https://github.com/timothycrosley/isort
13+
- repo: https://github.com/PyCQA/isort
1414
rev: 5.10.1
1515
hooks:
1616
- id: isort
1717
additional_dependencies: [toml]
1818

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

0 commit comments

Comments
 (0)