Skip to content

Commit

Permalink
Wrap the long line so it will pass a default yamllint config (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
cidrblock authored Jun 7, 2024
1 parent e3c04e9 commit b2c61f7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,12 @@ repos:
name: deps
alias: deps
stages: [manual]
entry: pip-compile .config/requirements.in --upgrade --all-extras --no-annotate --strip-extras --output-file=.config/constraints.txt pyproject.toml
entry: >-
pip-compile .config/requirements.in
--upgrade
--all-extras
--no-annotate
--strip-extras
--output-file=.config/constraints.txt pyproject.toml
files: ^.config\/.*requirements.*$
language_version: "3.10" # minimal we support officially

0 comments on commit b2c61f7

Please sign in to comment.