Skip to content

Commit 2d2f9f3

Browse files
feat: add Python configs to known files
1 parent 81cbe76 commit 2d2f9f3

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/generate/convCommitConstants.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ export const PACKAGE_NAMES = [
1919
"Pipfile",
2020
"Pipefile.lock",
2121

22+
"poetry.toml",
23+
"poetry.lock",
24+
2225
// Make Python package installable and manage external packages.
2326
"pyproject.toml",
2427
"setup.py",
@@ -117,6 +120,9 @@ export const CONFIG_NAMES = [
117120
// Python
118121
".pylintrc",
119122
"setup.cfg",
123+
".isort.cfg",
124+
".flake8",
125+
"pytest.ini",
120126

121127
// Node
122128
".browserslistrc",

0 commit comments

Comments
 (0)