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/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
- [github.com/returntocorp/semgrep: v1.30.0 → v1.51.0](semgrep/semgrep@v1.30.0...v1.51.0)
- [github.com/psf/black: 22.12.0 → 23.11.0](psf/black@22.12.0...23.11.0)
- [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0)
  • Loading branch information
pre-commit-ci[bot] authored Dec 4, 2023
1 parent ddee312 commit 8661208
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
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-added-large-files # prevents adding large files
- id: detect-private-key # detects private keys
Expand All @@ -10,7 +10,7 @@ repos:
- id: trailing-whitespace # prevents trailing whitespace

- repo: https://github.com/returntocorp/semgrep
rev: v1.30.0
rev: v1.51.0
hooks:
- id: semgrep
language: python
Expand All @@ -26,7 +26,7 @@ repos:
]

- repo: https://github.com/psf/black
rev: 22.12.0
rev: 23.11.0
hooks:
- id: black
language_version: python3.10
Expand All @@ -37,6 +37,6 @@ repos:
- id: isort

- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8

0 comments on commit 8661208

Please sign in to comment.