Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/PyCQA/flake8: 3.9.0 → 3.9.1](PyCQA/flake8@3.9.0...3.9.1)
- [github.com/asottile/pyupgrade: v2.11.0 → v2.12.0](asottile/pyupgrade@v2.11.0...v2.12.0)
  • Loading branch information
pre-commit-ci[bot] committed Apr 19, 2021
1 parent 107595b commit bdf78ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Expand Up @@ -11,7 +11,7 @@ repos:
- id: double-quote-string-fixer
- id: name-tests-test
- repo: https://github.com/PyCQA/flake8
rev: 3.9.0
rev: 3.9.1
hooks:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-autopep8
Expand All @@ -29,7 +29,7 @@ repos:
- id: add-trailing-comma
args: [--py36-plus]
- repo: https://github.com/asottile/pyupgrade
rev: v2.11.0
rev: v2.12.0
hooks:
- id: pyupgrade
args: [--py36-plus]
Expand Down

0 comments on commit bdf78ab

Please sign in to comment.