Skip to content
This repository was archived by the owner on Oct 31, 2024. It is now read-only.

Commit e5d1632

Browse files
[pre-commit.ci] pre-commit autoupdate
1 parent 5d87f2c commit e5d1632

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ repos:
1010
- id: debug-statements
1111
- id: end-of-file-fixer
1212
- repo: https://github.com/asottile/pyupgrade
13-
rev: v2.10.0
13+
rev: v2.11.0
1414
hooks:
1515
- id: pyupgrade
1616
args: [--py36-plus]
17-
- repo: https://github.com/timothycrosley/isort
18-
rev: 5.7.0
17+
- repo: https://github.com/PyCQA/isort
18+
rev: 5.8.0
1919
hooks:
2020
- id: isort
2121
name: isort
@@ -29,12 +29,12 @@ repos:
2929
hooks:
3030
- id: black
3131
- repo: https://github.com/asottile/blacken-docs
32-
rev: v1.9.2
32+
rev: v1.10.0
3333
hooks:
3434
- id: blacken-docs
3535
additional_dependencies: [black]
36-
- repo: https://gitlab.com/pycqa/flake8
37-
rev: 3.8.4
36+
- repo: https://github.com/PyCQA/flake8
37+
rev: 3.9.0
3838
hooks:
3939
- id: flake8
4040
additional_dependencies: [

0 commit comments

Comments
 (0)