Skip to content

Commit

Permalink
Update dependencies; fix config for ruff 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JWCook committed Nov 7, 2023
1 parent 4952b2f commit 59712be
Show file tree
Hide file tree
Showing 3 changed files with 324 additions and 302 deletions.
8 changes: 4 additions & 4 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.4.0
rev: v4.5.0
hooks:
- id: check-toml
- id: check-yaml
- id: end-of-file-fixer
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 23.7.0
rev: 23.10.1
hooks:
- id: black
- repo: https://github.com/asottile/blacken-docs
Expand All @@ -21,7 +21,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.284
rev: v0.1.4
hooks:
- id: ruff
- repo: https://github.com/yunojuno/pre-commit-xenon
Expand All @@ -30,7 +30,7 @@ repos:
- id: xenon
args: [--max-average=A, --max-modules=C, --max-absolute=C]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.5.0
rev: v1.6.1
hooks:
- id: mypy
additional_dependencies: [attrs, types-python-dateutil, types-requests, types-ujson]
Expand Down
Loading

0 comments on commit 59712be

Please sign in to comment.