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
updates:
- [github.com/pre-commit/pre-commit-hooks: v3.4.0 → v4.0.1](pre-commit/pre-commit-hooks@v3.4.0...v4.0.1)
- [github.com/asottile/pyupgrade: v2.12.0 → v2.21.2](asottile/pyupgrade@v2.12.0...v2.21.2)
- [github.com/PyCQA/isort: 5.8.0 → 5.9.2](PyCQA/isort@5.8.0...5.9.2)
- [github.com/psf/black: 20.8b1 → 21.7b0](psf/black@20.8b1...21.7b0)
- https://gitlab.com/PyCQA/flake8https://github.com/PyCQA/flake8
- [github.com/PyCQA/flake8: 3.9.0 → 3.9.2](PyCQA/flake8@3.9.0...3.9.2)
  • Loading branch information
pre-commit-ci[bot] authored Jul 19, 2021
1 parent 8770836 commit 538eed3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
rev: v4.0.1
hooks:
- id: check-added-large-files
args: ['--maxkb=100']
Expand All @@ -10,12 +10,12 @@ repos:
- id: debug-statements
- id: end-of-file-fixer
- repo: https://github.com/asottile/pyupgrade
rev: v2.12.0
rev: v2.21.2
hooks:
- id: pyupgrade
args: [--py36-plus]
- repo: https://github.com/PyCQA/isort
rev: 5.8.0
rev: 5.9.2
hooks:
- id: isort
name: isort
Expand All @@ -25,16 +25,16 @@ repos:
language: python
types: [python]
- repo: https://github.com/psf/black
rev: 20.8b1
rev: 21.7b0
hooks:
- id: black
- repo: https://github.com/asottile/blacken-docs
rev: v1.10.0
hooks:
- id: blacken-docs
additional_dependencies: [black]
- repo: https://gitlab.com/PyCQA/flake8
rev: 3.9.0
- repo: https://github.com/PyCQA/flake8
rev: 3.9.2
hooks:
- id: flake8
additional_dependencies: [
Expand Down

0 comments on commit 538eed3

Please sign in to comment.