Skip to content

Commit

Permalink
Bump pre-commit hooks (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
inverse authored Jan 17, 2024
1 parent 497ff34 commit 4fe7c03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repos:
- id: check-toml
- id: check-added-large-files
- repo: https://github.com/psf/black
rev: 23.11.0
rev: 23.12.1
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-isort
Expand All @@ -17,11 +17,11 @@ repos:
- id: isort
additional_dependencies: [toml]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.7.0
rev: v1.8.0
hooks:
- id: mypy
additional_dependencies: [types-requests]
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: 'v0.1.5'
rev: 'v0.1.13'
hooks:
- id: ruff

0 comments on commit 4fe7c03

Please sign in to comment.