Skip to content

Commit

Permalink
Remove binary files from lock extra (#2854)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Jan 1, 2023
1 parent ad79bff commit d74ef7d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .config/dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ chdir
chgrp
chkconfig
chunksize
clib
codeclimate
codecov
codenotify
Expand Down
6 changes: 3 additions & 3 deletions .config/requirements-lock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile --no-annotate --output-file=.config/requirements-lock.txt --resolver=backtracking --strip-extras pyproject.toml
# pip-compile --no-annotate --output-file=.config/requirements-lock.txt --resolver=backtracking --strip-extras --unsafe-package=ruamel-yaml-clib pyproject.toml
#
ansible-compat==2.2.7
ansible-core==2.14.1 ; python_version >= "3.9"
Expand All @@ -28,12 +28,12 @@ pyyaml==6.0
resolvelib==0.8.1
rich==13.0.0
ruamel-yaml==0.17.21
ruamel-yaml-clib==0.2.7
setuptools==65.6.3
subprocess-tee==0.4.1
tomli==2.0.1
typing-extensions==4.4.0
wcmatch==8.4.1
yamllint==1.28.0

# The following packages are considered to be unsafe in a requirements file:
# setuptools
# ruamel-yaml-clib
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ repos:
- id: pip-compile
name: lock
always_run: true
entry: pip-compile --resolver=backtracking -q --no-annotate --output-file=.config/requirements-lock.txt pyproject.toml --strip-extras
entry: pip-compile --resolver=backtracking -q --no-annotate --output-file=.config/requirements-lock.txt pyproject.toml --strip-extras --unsafe-package ruamel-yaml-clib
language: python
files: ^.config\/requirements.*$
alias: lock
Expand Down

0 comments on commit d74ef7d

Please sign in to comment.