Skip to content

Commit

Permalink
ci(Configs): Update the gitignore and poetry and pyproject base on ne…
Browse files Browse the repository at this point in the history
…west updates
  • Loading branch information
radinceorc committed Sep 16, 2024
1 parent 1dad1a5 commit 4dea738
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ cython_debug/

kernel/
manage.py
media/
# PyCharm
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
Expand Down
16 changes: 15 additions & 1 deletion 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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ pillow = "^10.4.0"
django-sage-tools = "^0.2.2"
django-import-export = "^4.1.1"
bandit = { extras = [ "toml" ], version = "^1.7.9" }
django-jsonform = "^2.22.0"

[tool.poetry.group.dev.dependencies]
ruff = "^0.6.1"
Expand Down

0 comments on commit 4dea738

Please sign in to comment.