Skip to content

Commit

Permalink
Run pre-commit autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
sloria committed May 16, 2020
1 parent dddb50d commit b5c08f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v1.26.2
rev: v2.4.1
hooks:
- id: pyupgrade
- repo: https://github.com/python/black
Expand All @@ -9,12 +9,12 @@ repos:
- id: black
language_version: python3
- repo: https://gitlab.com/pycqa/flake8
rev: 3.7.9
rev: 3.8.1
hooks:
- id: flake8
additional_dependencies: ['flake8-bugbear==20.1.4; python_version >= "3.5"']
- repo: https://github.com/asottile/blacken-docs
rev: v1.5.0-1
rev: v1.7.0
hooks:
- id: blacken-docs
additional_dependencies: [black==19.10b0]

0 comments on commit b5c08f0

Please sign in to comment.