Notice
Recent Posts
Recent Comments
Link
아미(아름다운미소)
flake8 설정파일 본문
Windows에서 `flake8` 설정 파일을 프로젝트에 적용하려면 설정 파일을 프로젝트의 루트 디렉토리에 배치해야 합니다. 일반적으로 `.flake8` 파일이나 `setup.cfg` 파일을 사용합니다.
[flake8]
max-line-length = 88
ignore = E203, E266, E501, W503
exclude =
.git,
__pycache__,
old,
build,
dist
'랭귀지 > python' 카테고리의 다른 글
flask restapi mysql 예제 (0) | 2024.06.22 |
---|---|
python mysql dbhelper (0) | 2024.06.22 |
CSRF란? (0) | 2022.10.15 |
ORM (0) | 2022.10.12 |
pycharm 언어를 한글에서 영어로 변경 (0) | 2022.09.13 |
Comments