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-pre-commit-mirror: 23.12.1 → 24.1.1](psf/black-pre-commit-mirror@23.12.1...24.1.1)
- [github.com/Lucas-C/pre-commit-hooks-safety: v1.3.2 → v1.3.3](Lucas-C/pre-commit-hooks-safety@v1.3.2...v1.3.3)
  • Loading branch information
pre-commit-ci[bot] authored Jan 29, 2024
1 parent c3a9a93 commit 9f59938
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ repos:
- id: check-merge-conflict
# - id: no-commit-to-branch # To be included when other contributions join the project
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.12.1
rev: 24.1.1
hooks:
- id: black
args: [ --line-length=120 ]
Expand All @@ -62,7 +62,7 @@ repos:
language: python
types: [ python ]
- repo: https://github.com/Lucas-C/pre-commit-hooks-safety
rev: v1.3.2
rev: v1.3.3
hooks:
- id: python-safety-dependencies-check
files: pyproject.toml
Expand Down

0 comments on commit 9f59938

Please sign in to comment.