Skip to content
This repository has been archived by the owner on Jan 30, 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: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0)
- [github.com/PyCQA/autoflake: v1.7.7 → v2.2.1](PyCQA/autoflake@v1.7.7...v2.2.1)
- [github.com/asottile/pyupgrade: v3.2.0 → v3.10.1](asottile/pyupgrade@v3.2.0...v3.10.1)
- [github.com/PyCQA/isort: 5.10.1 → 5.12.0](PyCQA/isort@5.10.1...5.12.0)
- [github.com/psf/black: 22.10.0 → 23.7.0](psf/black@22.10.0...23.7.0)
- [github.com/PyCQA/flake8: 5.0.4 → 6.1.0](PyCQA/flake8@5.0.4...6.1.0)
- [github.com/pre-commit/mirrors-mypy: v0.982 → v1.5.1](pre-commit/mirrors-mypy@v0.982...v1.5.1)
- [github.com/DanielNoord/pydocstringformatter: v0.7.2 → v0.7.3](DanielNoord/pydocstringformatter@v0.7.2...v0.7.3)
  • Loading branch information
pre-commit-ci[bot] authored Sep 4, 2023
1 parent 731e4ea commit 6af1ffc
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.4.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-toml
- repo: https://github.com/PyCQA/autoflake
rev: v1.7.7
rev: v2.2.1
hooks:
- id: autoflake
exclude: &fixtures tests/functional/
Expand All @@ -21,24 +21,24 @@ repos:
- --remove-duplicate-keys
- --remove-unused-variables
- repo: https://github.com/asottile/pyupgrade
rev: v3.2.0
rev: v3.10.1
hooks:
- id: pyupgrade
args: [--py37-plus]
exclude: *fixtures
- repo: https://github.com/PyCQA/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort
exclude: *fixtures
- repo: https://github.com/psf/black
rev: 22.10.0
rev: 23.7.0
hooks:
- id: black
args: [--quiet]
exclude: *fixtures
- repo: https://github.com/PyCQA/flake8
rev: 5.0.4
rev: 6.1.0
hooks:
- id: flake8
additional_dependencies: [flake8-typing-imports==1.10.1]
Expand All @@ -53,15 +53,15 @@ repos:
args: ["--disable=import-error, cyclic-import", "--load-plugins=pylint_pytest_plugin"]
exclude: *fixtures
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.982
rev: v1.5.1
hooks:
- id: mypy
args: [--config-file=pyproject.toml]
exclude: *fixtures
additional_dependencies:
[pytest-stub==1.1.0]
- repo: https://github.com/DanielNoord/pydocstringformatter
rev: v0.7.2
rev: v0.7.3
hooks:
- id: pydocstringformatter
args: ["--linewrap-full-docstring"]

0 comments on commit 6af1ffc

Please sign in to comment.