Skip to content
This repository has been archived by the owner on Jun 10, 2022. 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.1.0 → v4.0.1](pre-commit/pre-commit-hooks@v3.1.0...v4.0.1)
- [github.com/asottile/blacken-docs: v1.7.0 → v1.11.0](adamchainz/blacken-docs@v1.7.0...v1.11.0)
- [github.com/psf/black: 20.8b0 → 21.9b0](psf/black@20.8b0...21.9b0)
- https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8
- [github.com/PyCQA/flake8: 3.8.3 → 4.0.1](PyCQA/flake8@3.8.3...4.0.1)
- [github.com/asottile/reorder_python_imports: v2.3.0 → v2.6.0](asottile/reorder-python-imports@v2.3.0...v2.6.0)
- [github.com/asottile/add-trailing-comma: v2.0.1 → v2.1.0](asottile/add-trailing-comma@v2.0.1...v2.1.0)
  • Loading branch information
pre-commit-ci[bot] committed Oct 11, 2021
1 parent bb591c1 commit 2f7f95b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
@@ -1,7 +1,7 @@
exclude: (bin/run-figures)
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.1.0
rev: v4.0.1
hooks:
- id: check-added-large-files
args: ['--maxkb=10000'] # 100 is too small for graphs
Expand All @@ -13,21 +13,21 @@ repos:
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/asottile/blacken-docs
rev: v1.7.0
rev: v1.11.0
hooks:
- id: blacken-docs
files: '(\.md|\.rst)$'
additional_dependencies: [black]
- repo: https://github.com/psf/black
rev: 20.8b0
rev: 21.9b0
hooks:
- id: black
args: ['--line-length=100']
files: '(\.pyi?|wscript|ipynb)$'
language_version: python3
additional_dependencies: [black-nb]
- repo: https://gitlab.com/pycqa/flake8
rev: 3.8.3
- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
hooks:
- id: flake8
files: '(\.pyi?|wscript|ipynb)$'
Expand All @@ -41,13 +41,13 @@ repos:
# flake8-todo, flake8-unused-arguments, pep8-naming, pydocstyle, Pygments,
# ]
- repo: https://github.com/asottile/reorder_python_imports
rev: v2.3.0
rev: v2.6.0
hooks:
- id: reorder-python-imports
files: '(\.pyi?|wscript)$'
exclude: '.*conf(ig)*\.py'
- repo: https://github.com/asottile/add-trailing-comma
rev: v2.0.1
rev: v2.1.0
hooks:
- id: add-trailing-comma
args: [--py36-plus]
Expand Down

0 comments on commit 2f7f95b

Please sign in to comment.