Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/asottile/pyupgrade: v2.21.2 → v2.23.1](asottile/pyupgrade@v2.21.2...v2.23.1)
- https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8
- [github.com/pycqa/isort: 5.9.2 → 5.9.3](PyCQA/isort@5.9.2...5.9.3)
  • Loading branch information
pre-commit-ci[bot] authored and auvipy committed Aug 3, 2021
1 parent b6b5878 commit 78f9386
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
@@ -1,11 +1,11 @@
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v2.21.2
rev: v2.23.1
hooks:
- id: pyupgrade
args: ["--py36-plus"]

- repo: https://gitlab.com/pycqa/flake8
- repo: https://github.com/PyCQA/flake8
rev: 3.9.2
hooks:
- id: flake8
Expand All @@ -24,6 +24,6 @@ repos:
- id: mixed-line-ending

- repo: https://github.com/pycqa/isort
rev: 5.9.2
rev: 5.9.3
hooks:
- id: isort

0 comments on commit 78f9386

Please sign in to comment.