Skip to content
This repository has been archived by the owner on Jan 12, 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/mirrors-prettier: v3.0.0-alpha.4 → v3.0.3](pre-commit/mirrors-prettier@v3.0.0-alpha.4...v3.0.3)
- [github.com/psf/black: 22.12.0 → 23.9.1](psf/black@22.12.0...23.9.1)
- [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0)
- [github.com/rstcheck/rstcheck: v6.1.1 → v6.2.0](rstcheck/rstcheck@v6.1.1...v6.2.0)
  • Loading branch information
pre-commit-ci[bot] authored Oct 3, 2023
1 parent 58b358b commit 49d9769
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,21 @@ repos:
- id: isort

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0-alpha.4
rev: v3.0.3
hooks:
- id: prettier
types_or: [yaml]

# Format the code
- repo: https://github.com/psf/black
rev: 22.12.0
rev: 23.9.1
hooks:
- id: black
language_version: python3.11

# Check for PEP8 non-compliance, code complexity, style, errors, etc:
- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8
args: [--config, tox.ini]
Expand All @@ -66,7 +66,7 @@ repos:
args: [--config, tox.ini]

- repo: https://github.com/rstcheck/rstcheck
rev: v6.1.1
rev: v6.2.0
hooks:
- id: rstcheck
additional_dependencies: [sphinx]
Expand Down

0 comments on commit 49d9769

Please sign in to comment.