Skip to content

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.1.0](pre-commit/pre-commit-hooks@v3.4.0...v4.1.0)
- https://github.com/ambv/blackhttps://github.com/psf/black
- [github.com/psf/black: 20.8b1 → 22.1.0](psf/black@20.8b1...22.1.0)
- https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8
- [github.com/PyCQA/flake8: 3.8.4 → 4.0.1](PyCQA/flake8@3.8.4...4.0.1)
- https://github.com/pre-commit/mirrors-isorthttps://github.com/PyCQA/isort
- [github.com/PyCQA/isort: v5.7.0 → 5.10.1](PyCQA/isort@v5.7.0...5.10.1)
- [github.com/pre-commit/mirrors-prettier: v2.2.1 → v2.5.1](pre-commit/mirrors-prettier@v2.2.1...v2.5.1)
- [github.com/pre-commit/mirrors-prettier: v2.2.1 → v2.5.1](pre-commit/mirrors-prettier@v2.2.1...v2.5.1)
  • Loading branch information
pre-commit-ci[bot] authored Jan 31, 2022
1 parent 13fec76 commit 78a74c4
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 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.1.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -10,14 +10,14 @@ repos:
- id: pretty-format-json
args: ["--autofix", "--indent=2", "--no-sort-keys"]

- repo: https://github.com/ambv/black
rev: 20.8b1
- repo: https://github.com/psf/black
rev: 22.1.0
hooks:
- id: black
args: ["--line-length", "100"]

- repo: https://gitlab.com/pycqa/flake8
rev: 3.8.4
- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
hooks:
- id: flake8

Expand All @@ -26,8 +26,8 @@ repos:
hooks:
- id: seed-isort-config

- repo: https://github.com/pre-commit/mirrors-isort
rev: v5.7.0
- repo: https://github.com/PyCQA/isort
rev: 5.10.1
hooks:
- id: isort

Expand All @@ -45,7 +45,7 @@ repos:
]

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.2.1
rev: v2.5.1
hooks:
- id: prettier
language_version: system
Expand All @@ -61,7 +61,7 @@ repos:
)$"

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.2.1
rev: v2.5.1
hooks:
- id: prettier
name: prettier-markdown
Expand Down

0 comments on commit 78a74c4

Please sign in to comment.