Skip to content

Commit 21eeddb

Browse files
authored
Merge pull request #79 from casadodev/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 9ec2687 + 7504ea2 commit 21eeddb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.3.0
3+
rev: v4.6.0
44
hooks:
55
- id: check-merge-conflict
66
- id: check-yaml
77
- id: trailing-whitespace
88
- repo: https://github.com/PyCQA/flake8
9-
rev: 5.0.4
9+
rev: 7.1.0
1010
hooks:
1111
- id: flake8
1212
additional_dependencies:
1313
- flake8-bugbear==20.1.4
1414
- flake8-builtins==1.5.3
1515
- flake8-comprehensions==3.2.3
1616
- flake8-tidy-imports==4.1.0
17-
- repo: https://github.com/pre-commit/mirrors-autopep8
18-
rev: v1.7.0
17+
- repo: https://github.com/hhatto/autopep8
18+
rev: v2.3.1
1919
hooks:
2020
- id: autopep8
2121
- repo: https://github.com/asottile/add-trailing-comma
22-
rev: v2.2.3
22+
rev: v3.1.0
2323
hooks:
2424
- id: add-trailing-comma
2525
args: [--py36-plus]
2626
- repo: https://github.com/PyCQA/isort
27-
rev: 5.10.1
27+
rev: 5.13.2
2828
hooks:
2929
- id: isort

0 commit comments

Comments
 (0)