Skip to content
This repository has been archived by the owner on Dec 7, 2023. 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/zricethezav/gitleaks: v8.15.3 → v8.17.0](gitleaks/gitleaks@v8.15.3...v8.17.0)
- https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit
- [github.com/astral-sh/ruff-pre-commit: v0.0.241 → v0.0.280](astral-sh/ruff-pre-commit@v0.0.241...v0.0.280)
- [github.com/psf/black: 23.1.0 → 23.7.0](psf/black@23.1.0...23.7.0)
- [github.com/pre-commit/mirrors-mypy: v0.991 → v1.4.1](pre-commit/mirrors-mypy@v0.991...v1.4.1)
- [github.com/rstcheck/rstcheck: v6.1.1 → v6.1.2](rstcheck/rstcheck@v6.1.1...v6.1.2)
- [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.4 → v3.0.0](pre-commit/mirrors-prettier@v3.0.0-alpha.4...v3.0.0)
  • Loading branch information
pre-commit-ci[bot] committed Jul 24, 2023
1 parent aa5ce7d commit 267a02d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repos:
- id: sops-encryption

- repo: https://github.com/zricethezav/gitleaks
rev: v8.15.3
rev: v8.17.0
hooks:
- id: gitleaks

Expand All @@ -22,31 +22,31 @@ repos:
- id: debug-statements
- id: mixed-line-ending

- repo: https://github.com/charliermarsh/ruff-pre-commit
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: 'v0.0.241'
rev: 'v0.0.280'
hooks:
- id: ruff
args: ['--fix']

- repo: https://github.com/psf/black
rev: 23.1.0
rev: 23.7.0
hooks:
- id: black

- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v0.991'
rev: 'v1.4.1'
hooks:
- id: mypy
additional_dependencies:
- 'pydantic'

- repo: https://github.com/rstcheck/rstcheck
rev: v6.1.1
rev: v6.1.2
hooks:
- id: rstcheck

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0-alpha.4
rev: v3.0.0
hooks:
- id: prettier

0 comments on commit 267a02d

Please sign in to comment.