Skip to content

Commit 6491bc5

Browse files
author
Hugo Osvaldo Barrera
authored
Merge pull request #923 from pimutils/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 7b49341 + 21eccfc commit 6491bc5

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
@@ -8,17 +8,17 @@ repos:
88
- id: check-toml
99
- id: check-added-large-files
1010
- id: debug-statements
11-
- repo: https://gitlab.com/pycqa/flake8
11+
- repo: https://github.com/PyCQA/flake8
1212
rev: "3.9.2"
1313
hooks:
1414
- id: flake8
1515
additional_dependencies: [flake8-import-order, flake8-bugbear]
1616
- repo: https://github.com/psf/black
17-
rev: "21.6b0"
17+
rev: "21.7b0"
1818
hooks:
1919
- id: black
2020
- repo: https://github.com/pycqa/isort
21-
rev: 5.8.0
21+
rev: 5.9.2
2222
hooks:
2323
- id: isort
2424
name: isort (python)

0 commit comments

Comments
 (0)