Skip to content

Commit

Permalink
Add docs directory to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricdcc committed Feb 6, 2024
1 parent 4ab21e5 commit 9190f07
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 110 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ build/
_build/
*.log
dist/
docs/

# venv / Byte-compiled / optimized / DLL files
venv/
Expand Down
35 changes: 0 additions & 35 deletions .pre-commit-config.yaml

This file was deleted.

75 changes: 1 addition & 74 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pre_docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#
import os
import sys

from recommonmark.parser import CommonMarkParser

source_parsers = {
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ optional = true

[tool.poetry.group.dev.dependencies]
poetry = "*"
pre-commit = "*"
isort = "*"
black = "*"
flake8 = "*"
Expand Down

0 comments on commit 9190f07

Please sign in to comment.