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/psf/black: 22.12.0 → 23.3.0](psf/black@22.12.0...23.3.0)
- [github.com/PyCQA/isort: 5.11.1 → 5.12.0](PyCQA/isort@5.11.1...5.12.0)
- [github.com/pre-commit/mirrors-mypy: v0.991 → v1.2.0](pre-commit/mirrors-mypy@v0.991...v1.2.0)
- [github.com/hadialqattan/pycln: v2.1.2 → v2.1.3](hadialqattan/pycln@v2.1.2...v2.1.3)
- [github.com/PyCQA/pydocstyle: 6.1.1 → 6.3.0](PyCQA/pydocstyle@6.1.1...6.3.0)
- [github.com/sirosen/texthooks: 0.4.0 → 0.5.0](sirosen/texthooks@0.4.0...0.5.0)
  • Loading branch information
pre-commit-ci[bot] committed Apr 11, 2023
1 parent d792e0f commit e50ab38
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
Expand Up @@ -19,7 +19,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/psf/black
rev: "22.12.0"
rev: "23.3.0"
hooks:
- id: black

Expand All @@ -29,29 +29,29 @@ repos:
- id: flake8

- repo: https://github.com/PyCQA/isort
rev: "5.11.1"
rev: "5.12.0"
hooks:
- id: isort

- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v0.991"
rev: "v1.2.0"
hooks:
- id: mypy

- repo: https://github.com/hadialqattan/pycln
rev: "v2.1.2"
rev: "v2.1.3"
hooks:
- id: pycln

- repo: https://github.com/PyCQA/pydocstyle
rev: "6.1.1"
rev: "6.3.0"
hooks:
- id: pydocstyle
additional_dependencies: [toml]
exclude: test

- repo: https://github.com/sirosen/texthooks
rev: "0.4.0"
rev: "0.5.0"
hooks:
- id: fix-ligatures
- id: fix-smartquotes

0 comments on commit e50ab38

Please sign in to comment.