Skip to content

Commit

Permalink
Merge pull request #315 from sass/all-repos_autofix_pre-commit-autoup…
Browse files Browse the repository at this point in the history
…date

Run pre-commit autoupdate
  • Loading branch information
asottile authored May 11, 2020
2 parents ae02528 + d351397 commit c88ba5b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.4.0
rev: v2.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: debug-statements
- repo: https://gitlab.com/pycqa/flake8
rev: 3.7.9
rev: 3.8.0
hooks:
- id: flake8
exclude: ^docs/conf.py
- repo: https://github.com/asottile/pyupgrade
rev: v1.26.2
rev: v2.4.1
hooks:
- id: pyupgrade
- repo: https://github.com/asottile/add-trailing-comma
rev: v1.5.0
rev: v2.0.1
hooks:
- id: add-trailing-comma

0 comments on commit c88ba5b

Please sign in to comment.