Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | 7 |
| 8 | 9 | 10 | 11 | 12 | 13 | 14 |
| 15 | 16 | 17 | 18 | 19 | 20 | 21 |
| 22 | 23 | 24 | 25 | 26 | 27 | 28 |
| 29 | 30 | 31 |
Tags
- Linux
- MS-SQL
- ubuntu
- python
- 라즈베리파이
- swift
- 다이어트
- flutter
- 리눅스
- 유니티
- Unity
- PyQt
- tensorflow
- javascript
- sqlite
- PyQt5
- ASP
- IOS
- GIT
- pandas
- 날짜
- port
- urllib
- PER
- mssql
- node.js
- Excel
- MySQL
- 맛집
- 함수
Archives
아미(아름다운미소)
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