Skip to content

Commit

Permalink
Docs: Fix rtd config
Browse files Browse the repository at this point in the history
  • Loading branch information
GilesStrong committed Feb 17, 2024
1 parent 4b2883a commit 58d4d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repos:
- id: poetry-check
- id: poetry-lock
- id: poetry-export
args: ["-f", "requirements.txt", "-o", "requirements.txt", "--with", "docs", "--with", "dev"]
args: ["-f", "requirements.txt", "-o", "requirements.txt", "--with", "docs", "--with", "dev", "--without-hashes"]

- repo: https://github.com/psf/black
rev: 24.2.0
Expand Down

0 comments on commit 58d4d30

Please sign in to comment.