Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
maarcingebala committed May 6, 2024
1 parent b3712b0 commit bd88031
Show file tree
Hide file tree
Showing 2 changed files with 529 additions and 510 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
@@ -1,7 +1,7 @@
exclude: ^.semgrep/
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
exclude: ^templates/templated_email/compiled/
Expand All @@ -11,25 +11,25 @@ repos:
exclude_types: [svg]

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

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.9.0
rev: v1.10.0
hooks:
- id: mypy
language: system
exclude: tests/

- repo: https://github.com/fpgmaas/deptry.git
rev: "0.15.0"
rev: "0.16.1"
hooks:
- id: deptry

- repo: https://github.com/returntocorp/semgrep
rev: v1.66.2
rev: v1.71.0
hooks:
- id: semgrep
language_version: python3.9
Expand Down

0 comments on commit bd88031

Please sign in to comment.