Skip to content

Commit

Permalink
add requirements sort pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
codingpaula committed Nov 14, 2024
1 parent e5245ae commit 38118d6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ repos:
exclude: *exclusions
- id: double-quote-string-fixer
exclude: *exclusions
- id: requirements-txt-fixer
12 changes: 6 additions & 6 deletions mkdocs_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
mkdocs==1.5.3
mkdocs-material
mdx-include
mkdocs-pymdownx-material-extras
black
mdx-footnotes2
mkdocstrings-python
mdx-include
mkdocs==1.5.3
mkdocs-gen-files
mkdocs-literate-nav
mkdocs-material
mkdocs-pymdownx-material-extras
mkdocs-section-index
black
mkdocstrings-python

0 comments on commit 38118d6

Please sign in to comment.