Skip to content

Commit

Permalink
Update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hsaunders1904 committed Jul 18, 2024
1 parent cd87d9d commit a856995
Show file tree
Hide file tree
Showing 2 changed files with 184 additions and 198 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
- id: mixed-line-ending
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.5.4
rev: v1.5.5
hooks:
- id: remove-crlf
- id: forbid-tabs
- repo: https://github.com/psf/black
rev: 23.11.0
rev: 24.4.2
hooks:
- id: black
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.1.6
rev: v0.5.3
hooks:
- id: ruff
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.7.0
rev: v1.10.1
hooks:
- id: mypy
additional_dependencies:
- types-toml
- repo: https://github.com/google/yamlfmt
rev: v0.10.0
rev: v0.13.0
hooks:
- id: yamlfmt
Loading

0 comments on commit a856995

Please sign in to comment.