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/PyCQA/flake8: 7.0.0 → 7.1.1](PyCQA/flake8@7.0.0...7.1.1)
- [github.com/Yelp/detect-secrets: v1.4.0 → v1.5.0](Yelp/detect-secrets@v1.4.0...v1.5.0)
- [github.com/astral-sh/ruff-pre-commit: v0.4.1 → v0.6.3](astral-sh/ruff-pre-commit@v0.4.1...v0.6.3)
  • Loading branch information
pre-commit-ci[bot] authored Sep 2, 2024
1 parent 2b83034 commit fd466e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repos:
- id: check-toml

- repo: https://github.com/PyCQA/flake8
rev: "7.0.0"
rev: "7.1.1"
hooks:
- id: flake8
additional_dependencies: [
Expand All @@ -25,12 +25,12 @@ repos:
]

- repo: https://github.com/Yelp/detect-secrets
rev: v1.4.0
rev: v1.5.0
hooks:
- id: detect-secrets

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.1
rev: v0.6.3
hooks:
- id: ruff
- id: ruff-format

0 comments on commit fd466e1

Please sign in to comment.