Skip to content

Commit c88ba5b

Browse files
authored
Merge pull request #315 from sass/all-repos_autofix_pre-commit-autoupdate
Run pre-commit autoupdate
2 parents ae02528 + d351397 commit c88ba5b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v2.4.0
3+
rev: v2.5.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
77
- id: check-yaml
88
- id: debug-statements
99
- repo: https://gitlab.com/pycqa/flake8
10-
rev: 3.7.9
10+
rev: 3.8.0
1111
hooks:
1212
- id: flake8
1313
exclude: ^docs/conf.py
1414
- repo: https://github.com/asottile/pyupgrade
15-
rev: v1.26.2
15+
rev: v2.4.1
1616
hooks:
1717
- id: pyupgrade
1818
- repo: https://github.com/asottile/add-trailing-comma
19-
rev: v1.5.0
19+
rev: v2.0.1
2020
hooks:
2121
- id: add-trailing-comma

0 commit comments

Comments
 (0)