Skip to content
This repository has been archived by the owner on Oct 31, 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
  • Loading branch information
pre-commit-ci[bot] authored Feb 22, 2021
1 parent 3ff5ec9 commit 6c26703
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
repos:
- repo: https://github.com/ambv/black
rev: 19.3b0
- repo: https://github.com/psf/black
rev: 20.8b1
hooks:
- id: black
language_version: python3.7
exclude: ^docs/
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v1.2.3
rev: v3.4.0
hooks:
- id: flake8
- repo: https://github.com/timothycrosley/isort
rev: 4.3.20
- repo: https://github.com/PyCQA/isort
rev: 5.7.0
hooks:
- id: isort
name: isort
Expand Down

0 comments on commit 6c26703

Please sign in to comment.