Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- https://github.com/pre-commit/mirrors-isorthttps://github.com/PyCQA/isort
- [github.com/PyCQA/isort: v5.4.2 → 5.12.0](PyCQA/isort@v5.4.2...5.12.0)
- [github.com/markdownlint/markdownlint: v0.10.0 → v0.12.0](markdownlint/markdownlint@v0.10.0...v0.12.0)
- [github.com/psf/black: 19.10b0 → 23.1.0](psf/black@19.10b0...23.1.0)
- [github.com/pre-commit/pre-commit-hooks: v3.2.0 → v4.4.0](pre-commit/pre-commit-hooks@v3.2.0...v4.4.0)
- [github.com/adrienverge/yamllint.git: v1.24.2 → v1.29.0](https://github.com/adrienverge/yamllint.git/compare/v1.24.2...v1.29.0)
- https://gitlab.com/pycqa/flake8.githttps://github.com/PyCQA/flake8
- [github.com/PyCQA/flake8: 3.8.3 → 6.0.0](PyCQA/flake8@3.8.3...6.0.0)
- [github.com/pre-commit/mirrors-mypy: v0.782 → v1.0.0](pre-commit/mirrors-mypy@v0.782...v1.0.0)
- [github.com/pre-commit/mirrors-pylint: v2.5.3 → v3.0.0a5](pre-commit/mirrors-pylint@v2.5.3...v3.0.0a5)
  • Loading branch information
pre-commit-ci[bot] authored Feb 13, 2023
1 parent 2c14136 commit 805c903
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ repos:
pass_filenames: false
stages:
- commit
- repo: https://github.com/pre-commit/mirrors-isort
rev: v5.4.2
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
hooks:
- id: isort
- repo: https://github.com/markdownlint/markdownlint
rev: v0.10.0
rev: v0.12.0
hooks:
- id: markdownlint
name: Markdownlint
Expand All @@ -24,12 +24,12 @@ repos:
language: ruby
files: \.(md|mdown|markdown)$
- repo: https://github.com/psf/black
rev: 19.10b0
rev: 23.1.0
hooks:
- id: black
language_version: python3
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
rev: v4.4.0
hooks:
- id: check-byte-order-marker
- id: check-executables-have-shebangs
Expand All @@ -40,14 +40,14 @@ repos:
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.24.2
rev: v1.29.0
hooks:
- id: yamllint
files: \.(yaml|yml)$
types: [file, yaml]
entry: yamllint --strict
- repo: https://gitlab.com/pycqa/flake8.git
rev: 3.8.3
- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
hooks:
- id: flake8
language_version: python3
Expand All @@ -56,14 +56,14 @@ repos:
- flake8-docstrings>=1.5.0
- flake8-pytest-style>=1.2.2
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.782
rev: v1.0.0
hooks:
- id: mypy
# empty args needed in order to match mypy cli behavior
args: []
additional_dependencies:
- Sphinx>=3.1.2
- repo: https://github.com/pre-commit/mirrors-pylint
rev: v2.5.3
rev: v3.0.0a5
hooks:
- id: pylint

0 comments on commit 805c903

Please sign in to comment.