Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.1.3 #440

Merged
merged 2 commits into from
Oct 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ repos:
stages: [pre-push]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.2
rev: v0.1.3
hooks:
- id: ruff
# Exclude python files in pact/** and tests/**, except for the
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ pact-verifier = "pact.cli.verify:main"
# Linting and formatting tools use a more narrow specification to ensure
# developper consistency. All other dependencies are as above.
types = [
"mypy ~= 1.6.0",
"mypy == 1.6.0",
"types-cffi ~= 1.0",
"types-requests ~= 2.0",
]
Expand All @@ -76,8 +76,8 @@ test = [
dev = [
"pact-python[types]",
"pact-python[test]",
"black ~= 23.10.0",
"ruff ~= 0.1.0",
"black == 23.10.1",
"ruff == 0.1.3",
]

################################################################################
Expand Down
Loading