Skip to content

Commit

Permalink
chore: pre-commit autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii committed Mar 17, 2021
1 parent 8c9d3fd commit f149b95
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
Expand Up @@ -38,7 +38,7 @@ repos:
additional_dependencies: [pyyaml]

- repo: https://github.com/asottile/pyupgrade
rev: v2.10.0
rev: v2.10.1
hooks:
- id: pyupgrade

Expand All @@ -48,13 +48,13 @@ repos:
- id: isort

- repo: https://github.com/asottile/setup-cfg-fmt
rev: v1.16.0
rev: v1.17.0
hooks:
- id: setup-cfg-fmt
args: [--min-py3-version, "3.5"]

- repo: https://github.com/pycqa/flake8
rev: 3.8.4
rev: 3.9.0
hooks:
- id: flake8
exclude: docs/conf.py
Expand Down

0 comments on commit f149b95

Please sign in to comment.