Skip to content

Commit

Permalink
refactor: move to src layout
Browse files Browse the repository at this point in the history
  • Loading branch information
pyoor committed Dec 9, 2023
1 parent ae02ad3 commit 5ba62c5
Show file tree
Hide file tree
Showing 18 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ repos:
stages: [commit-msg]
- id: mypy
name: mypy
entry: poetry run mypy bugmon
entry: poetry run mypy src
language: system
pass_filenames: false
types: [ python ]
- id: pylint
name: pylint
entry: poetry run pylint -j 0 bugmon
entry: poetry run pylint -j 0 src
language: system
pass_filenames: false
types: [ python ]
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ maintainers = [
"Mozilla Fuzzing Team <fuzzing@mozilla.com>"
]
name = "bugmon"
packages = [{from = "src", include = "bugmon"}]
readme = "README.md"
repository = "https://github.com/MozillaSecurity/bugmon"
version = "3.5.2"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 5ba62c5

Please sign in to comment.