Skip to content

Commit

Permalink
chore: update pre-commit versions (#7019)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bento007 authored May 29, 2024
1 parent 4b5468c commit d2a0988
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: 24.3.0 # Must be kept in sync with black version in python_dependencies/common/requirements.txt
rev: 24.4.2 # Must be kept in sync with black version in python_dependencies/common/requirements.txt
hooks:
- id: black
stages: [commit]
Expand All @@ -14,7 +14,7 @@ repos:
exclude_types: ["json"]

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.4.3 # Must be kept in sync with ruff version in python_dependencies/common/requirements.txt
rev: v0.4.4 # Must be kept in sync with ruff version in python_dependencies/common/requirements.txt
hooks:
- id: ruff
args: ["--config=pyproject.toml", "--fix"]
Expand Down
2 changes: 0 additions & 2 deletions python_dependencies/common/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
allure-pytest<3
black==24.3.0 # Must be kept in sync with black version in .pre-commit-config.yaml
click
coverage
parameterized
pytest
pytest-mock
pytest-subtests
ruff==0.4.3 # Must be kept in sync with ruff version in .pre-commit-config.yaml

0 comments on commit d2a0988

Please sign in to comment.