Skip to content

Commit

Permalink
run pre-commit autoupdate
Browse files Browse the repository at this point in the history
modified:   .pre-commit-config.yaml
  • Loading branch information
jugmac00 committed Oct 5, 2020
1 parent 3542e2f commit 6cb2c8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repos:
- id: black
language_version: python3.6
- repo: https://gitlab.com/pycqa/flake8
rev: 3.8.3
rev: 3.8.4
hooks:
- id: flake8
additional_dependencies:
Expand All @@ -24,7 +24,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/asottile/pyupgrade
rev: v2.6.2
rev: v2.7.2
hooks:
- id: pyupgrade
args: [--py36-plus]

0 comments on commit 6cb2c8b

Please sign in to comment.