Skip to content

Commit

Permalink
move CLI stuff out of make_schema_doc to avoid external dependencies …
Browse files Browse the repository at this point in the history
…in CGI scripts
  • Loading branch information
justdave committed May 4, 2024
1 parent 6d38a58 commit 2dbe9f4
Show file tree
Hide file tree
Showing 10 changed files with 3,120 additions and 2,964 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/__pycache__
/venv
*.rej
*.orig
.DS_Store
2 changes: 2 additions & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[MESSAGES CONTROL]
disable = invalid-name,missing-function-docstring
393 changes: 0 additions & 393 deletions make_schema_doc.py
100755 → 100644

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.black]
target-version = ["py310"]
skip-string-normalization = true
experimental-string-processing = true
unstable = true
color = true
4 changes: 4 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
mysqlclient
black>=21.0 # need 21 for py3.10 compat
argparse
click<8.1 # 8.1 breaks black 21
Loading

0 comments on commit 2dbe9f4

Please sign in to comment.