Skip to content

Commit

Permalink
Update versioneer excludes
Browse files Browse the repository at this point in the history
  • Loading branch information
dagardner-nv committed Jan 3, 2024
1 parent 23aac56 commit 276922a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ ignore_patterns = [
"**/*.pyx",
"**/*.pxd",
"versioneer.py",
"morpheus/_version.py",
"examples/external_cpp_stage/morpheus_ex/external_cpp_stage/_version.py",
"**/_version.py",
]

[tool.mypy]
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ skip=
buck-out
build
dist
examples/external_cpp_stage/morpheus_ex/external_cpp_stage/_version.py
examples/developer_guide/3_simple_cpp_stage/src/simple_cpp_stage/_version.py
models
morpheus/_version.py
thirdparty
Expand Down Expand Up @@ -132,7 +132,7 @@ per-file-ignores =
D102,
# D103: Missing docstring in public function
D103

[yapf]
based_on_style = pep8
column_limit = 120
Expand Down

0 comments on commit 276922a

Please sign in to comment.