Skip to content

Commit

Permalink
rename deps group
Browse files Browse the repository at this point in the history
  • Loading branch information
EreminAnton committed Jul 18, 2023
1 parent 85267f7 commit 1de3e95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ repos:
# Generate requirements.txt for git-ci
- id: poetry-export-git-ci-requirements
name: Export dependencies with Poetry for git-ci
entry: bash -c 'cd src && poetry export --with ci_test -f requirements.txt --output requirements.txt && git diff --exit-code requirements.txt || git add requirements.txt'
entry: bash -c 'cd src && poetry export --with git_ci -f requirements.txt --output requirements.txt && git diff --exit-code requirements.txt || git add requirements.txt'
language: system
files: src/pyproject.toml$
pass_filenames: false
2 changes: 1 addition & 1 deletion src/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ hypothesis = {extras = ["ghostwriter"], version = "^6.71.0"}
ruff = "^0.0.267"

# # Dependencies listed below are used for testing in github actions.
[tool.poetry.group.ci_test.dependencies]
[tool.poetry.group.git_ci.dependencies]
python = "^3.10.10"
pytest = "^7.2.2"
black = "^23.1.0"
Expand Down

0 comments on commit 1de3e95

Please sign in to comment.