Skip to content

Commit 9401ff3

Browse files
author
Hugo Osvaldo Barrera
authored
Merge pull request #113 from WhyNotHugo/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents f5f5bcb + b2eb459 commit 9401ff3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ repos:
1010
- id: end-of-file-fixer
1111
- id: debug-statements
1212
- repo: https://github.com/asottile/reorder_python_imports
13-
rev: v2.5.0
13+
rev: v2.6.0
1414
hooks:
1515
- id: reorder-python-imports
1616
- repo: https://github.com/psf/black
17-
rev: "21.6b0"
17+
rev: "21.7b0"
1818
hooks:
1919
- id: black
20-
- repo: https://gitlab.com/pycqa/flake8
20+
- repo: https://github.com/PyCQA/flake8
2121
rev: "3.9.2" # pick a git hash / tag to point to
2222
hooks:
2323
- id: flake8

0 commit comments

Comments
 (0)