Skip to content

Commit

Permalink
harmonize lock and requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsail committed Mar 9, 2024
1 parent dec9386 commit 8743360
Show file tree
Hide file tree
Showing 4 changed files with 1,127 additions and 1,558 deletions.
11 changes: 11 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,17 @@ repos:
"-o",
"requirements/requirements.txt",
]
- id: "poetry-export"
name: "poetry export dev"
args:
[
"--with",
"dev",
"-f",
"requirements.txt",
"-o",
"requirements/requirements-dev.txt",
]
- repo: "local"
hooks:
- id: "mypy"
Expand Down
Loading

0 comments on commit 8743360

Please sign in to comment.