Skip to content

Commit 4657eec

Browse files
authored
Merge pull request #377 from goverfl0w/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 9a5b64e + 633121f commit 4657eec

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v3.2.0
3+
rev: v4.0.1
44
hooks:
55
- id: requirements-txt-fixer
66
name: Requirements
@@ -25,23 +25,23 @@ repos:
2525
- id: check-merge-conflict
2626
name: Merge Conflicts
2727
- repo: https://github.com/psf/black
28-
rev: 21.8b0
28+
rev: 21.12b0
2929
hooks:
3030
- id: black
3131
name: Black Formatting
3232
language: python
3333
types: [file, python]
3434
args: [--line-length=100]
35-
- repo: https://gitlab.com/pycqa/flake8
36-
rev: 3.9.2
35+
- repo: https://github.com/PyCQA/flake8
36+
rev: 4.0.1
3737
hooks:
3838
- id: flake8
3939
name: flake8 Formatting
4040
language: python
4141
types: [file, python]
4242
args: [--max-line-length=100, --ignore=E203 E501 E402 W503 W504]
4343
- repo: https://github.com/pycqa/isort
44-
rev: 5.9.3
44+
rev: 5.10.1
4545
hooks:
4646
- id: isort
4747
name: isort Formatting

0 commit comments

Comments
 (0)