Skip to content

Commit

Permalink
[ci] Update pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
tysmith committed Jul 7, 2023
1 parent c0d07dd commit d6564cd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ repos:
hooks:
- id: isort
- repo: https://github.com/asottile/yesqa
rev: v1.4.0
rev: v1.5.0
hooks:
- id: yesqa
- repo: https://github.com/asottile/pyupgrade
rev: v3.3.1
rev: v3.8.0
hooks:
- id: pyupgrade
args: ['--py38-plus']
args: ["--py38-plus"]
- repo: https://github.com/ambv/black
rev: 22.12.0
rev: 23.3.0
hooks:
- id: black
- repo: https://github.com/pycqa/flake8
Expand All @@ -37,20 +37,20 @@ repos:
- id: end-of-file-fixer
- id: mixed-line-ending
- id: name-tests-test
args: ['--django']
args: ["--django"]
- id: requirements-txt-fixer
- id: trailing-whitespace
- repo: https://github.com/codespell-project/codespell
rev: v2.2.2
rev: v2.2.5
hooks:
- id: codespell
exclude_types: [json]
- repo: https://github.com/marco-c/taskcluster_yml_validator
rev: v0.0.9
rev: v0.0.10
hooks:
- id: taskcluster_yml
- repo: https://github.com/MozillaSecurity/orion
rev: v0.0.6
rev: v0.0.7
hooks:
- id: orion_ci
- repo: meta
Expand Down
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ skip_install = true
commands =
mypy --install-types --non-interactive {posargs}
deps =
mypy==v0.991
mypy==v1.4.1
usedevelop = true

[testenv:pylint]
commands =
pylint {posargs}
pylint -j 0 {posargs}
deps =
pylint==2.15.10
pylint==2.17.4
pytest-mock
usedevelop = true

Expand Down

0 comments on commit d6564cd

Please sign in to comment.