Skip to content

Commit

Permalink
설정 파일 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
ehdgua01 committed Sep 17, 2024
1 parent cc43cf2 commit 64cb117
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
7 changes: 0 additions & 7 deletions setup.cfg → .flake8
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
[tool:pytest]
python_files = test*
norecursedirs = dev_matching delivery_hero

[flake8]
exclude = venv
max-line-length = 120
Expand All @@ -11,6 +7,3 @@ ignore =
E701,
E231,
W503

[isort]
profile = black
9 changes: 9 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[tool.isort]
profile = "black"

[tool.black]
line_length = 120

[tool.pytest.ini_options]
python_files = ["test*"]
norecursedirs = ["dev_matching", "delivery_hero"]

0 comments on commit 64cb117

Please sign in to comment.