Skip to content

Commit

Permalink
Update dependencies and pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
JWCook committed Dec 31, 2024
1 parent 43f12b8 commit a938836
Show file tree
Hide file tree
Showing 3 changed files with 551 additions and 526 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-toml
- id: check-yaml
- id: end-of-file-fixer
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.6
rev: v0.8.4
hooks:
- id: ruff
- id: ruff-format
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.1
rev: v1.14.1
hooks:
- id: mypy
additional_dependencies: [attrs, types-python-dateutil, types-requests, types-PyYAML]
Loading

0 comments on commit a938836

Please sign in to comment.