Skip to content

Commit

Permalink
update linters
Browse files Browse the repository at this point in the history
  • Loading branch information
zxdavb committed Oct 23, 2024
1 parent 6de4ee2 commit c82c7c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ exclude: ^(.secrets|docs|misc|tests/deprecated)/

repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.9
rev: v0.7.0
hooks:
- id: ruff # linter
- id: ruff-format # formatter
Expand Down
4 changes: 2 additions & 2 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
# - pip list | grep -E 'pre-commit|ruff|mypy|types-|voluptuous|pytest|hatch'

# used for development (linting)
pre-commit >= 3.8.0
ruff >= 0.6.4 # also: check-lint.yml, pre-commit-config.yaml
pre-commit >= 4.0.1
ruff >= 0.7.0 # also: pre-commit-config.yaml

# used for development (typing)
mypy >= 1.11.2
Expand Down

0 comments on commit c82c7c3

Please sign in to comment.