Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#100)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate
  • Loading branch information
pre-commit-ci[bot] committed Mar 22, 2021
1 parent ce16a27 commit 7f5219a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Expand Up @@ -4,7 +4,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/pycqa/isort
rev: 5.7.0
rev: 5.8.0
hooks:
- id: isort
files: '.*'
Expand All @@ -15,7 +15,7 @@ repos:
- id: flake8
args: [ "--select=E9,F63,F7,F82"]
- repo: https://github.com/asottile/pyupgrade
rev: v2.10.0
rev: v2.11.0
hooks:
- id: pyupgrade
args: ['--py36-plus','--exit-zero-even-if-changed']

0 comments on commit 7f5219a

Please sign in to comment.