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

Commit

Permalink
Run pre-commit autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
sloria committed Apr 3, 2021
1 parent 55c3fce commit ec2283b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v2.7.3
rev: v2.11.0
hooks:
- id: pyupgrade
args: [--py36-plus]
Expand All @@ -10,12 +10,12 @@ repos:
- id: black
language_version: python3
- repo: https://gitlab.com/pycqa/flake8
rev: 3.8.4
rev: 3.9.0
hooks:
- id: flake8
additional_dependencies: [flake8-bugbear==20.1.4]
additional_dependencies: [flake8-bugbear==21.4.3]
- repo: https://github.com/asottile/blacken-docs
rev: v1.8.0
rev: v1.10.0
hooks:
- id: blacken-docs
additional_dependencies: [black==20.8b1]

0 comments on commit ec2283b

Please sign in to comment.