Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JWCook committed Jun 22, 2024
1 parent df6932d commit 4d6d126
Show file tree
Hide file tree
Showing 6 changed files with 412 additions and 411 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.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.3.5
rev: v0.4.10
hooks:
- id: ruff
- id: ruff-format
Expand All @@ -18,7 +18,7 @@ repos:
- id: xenon
args: ['--max-average=B', '--max-modules=C', '--max-absolute=C', '--exclude=test/test_db.py']
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.9.0
rev: v1.10.0
hooks:
- id: mypy
additional_dependencies: [attrs, sqlalchemy2-stubs, types-python-dateutil, types-requests, types-tabulate]
Loading

0 comments on commit 4d6d126

Please sign in to comment.