Skip to content

Commit

Permalink
Bump pre-commit (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
inverse authored Mar 11, 2024
1 parent 3f98a79 commit a8ea094
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,18 @@ repos:
- id: check-yaml
- id: check-toml
- id: check-added-large-files
- repo: https://github.com/psf/black
rev: 23.12.1
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-isort
rev: v5.10.1
hooks:
- id: isort
additional_dependencies: [toml]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.8.0
rev: v1.9.0
hooks:
- id: mypy
additional_dependencies: [types-requests]
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: 'v0.1.13'
rev: 'v0.3.2'
hooks:
- id: ruff
- id: ruff-format
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pytest-socket = "^0.7.0"
vcrpy = "^6.0.1"

[tool.ruff]
ignore = ["E501"]
lint.ignore = ["E501"]

[tool.isort]
profile = "black"
Expand Down

0 comments on commit a8ea094

Please sign in to comment.