Skip to content

Commit

Permalink
Merge pull request #495 from gchq/fix/self_requirements_docs
Browse files Browse the repository at this point in the history
Include project in requirements-docs.txt
  • Loading branch information
rg936672 authored Feb 6, 2025
2 parents 9efa55a + 5818816 commit 91aabf9
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -126,7 +126,7 @@ repos:
--format requirements-txt
--no-hashes
--no-dev
--no-emit-project
--no-editable
--extra doc
--output-file requirements-docs.txt
pass_filenames: false
Expand Down
3 changes: 2 additions & 1 deletion requirements-docs.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This file was autogenerated by uv via the following command:
# uv export --frozen --format requirements-txt --no-hashes --no-dev --no-emit-project --extra doc --output-file requirements-docs.txt
# uv export --frozen --format requirements-txt --no-hashes --no-dev --no-editable --extra doc --output-file requirements-docs.txt
.
alabaster==0.7.16 ; python_full_version < '3.10'
alabaster==1.0.0 ; python_full_version >= '3.10'
appnope==0.1.4 ; sys_platform == 'darwin'
Expand Down

0 comments on commit 91aabf9

Please sign in to comment.