ACIL FM
Dark
Refresh
Current DIR:
/opt/cloudlinux/venv/lib/python3.11/site-packages/flake8
/
opt
cloudlinux
venv
lib
python3.11
site-packages
flake8
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
api
-
chmod
Open
Rename
Delete
formatting
-
chmod
Open
Rename
Delete
main
-
chmod
Open
Rename
Delete
options
-
chmod
Open
Rename
Delete
plugins
-
chmod
Open
Rename
Delete
__pycache__
-
chmod
Open
Rename
Delete
checker.py
23.46 MB
chmod
View
DL
Edit
Rename
Delete
defaults.py
1.08 MB
chmod
View
DL
Edit
Rename
Delete
discover_files.py
2.84 MB
chmod
View
DL
Edit
Rename
Delete
exceptions.py
2.3 MB
chmod
View
DL
Edit
Rename
Delete
processor.py
16.05 MB
chmod
View
DL
Edit
Rename
Delete
statistics.py
4.31 MB
chmod
View
DL
Edit
Rename
Delete
style_guide.py
15.35 MB
chmod
View
DL
Edit
Rename
Delete
utils.py
10.93 MB
chmod
View
DL
Edit
Rename
Delete
violation.py
3.57 MB
chmod
View
DL
Edit
Rename
Delete
_compat.py
518 B
chmod
View
DL
Edit
Rename
Delete
__init__.py
1.92 MB
chmod
View
DL
Edit
Rename
Delete
__main__.py
142 B
chmod
View
DL
Edit
Rename
Delete
Edit file: /opt/cloudlinux/venv/lib/python3.11/site-packages/flake8/defaults.py
"""Constants that define defaults.""" import re EXCLUDE = ( ".svn", "CVS", ".bzr", ".hg", ".git", "__pycache__", ".tox", ".nox", ".eggs", "*.egg", ) IGNORE = ("E121", "E123", "E126", "E226", "E24", "E704", "W503", "W504") SELECT = ("E", "F", "W", "C90") MAX_LINE_LENGTH = 79 INDENT_SIZE = 4 # Other constants WHITESPACE = frozenset(" \t") STATISTIC_NAMES = ("logical lines", "physical lines", "tokens") NOQA_INLINE_REGEXP = re.compile( # We're looking for items that look like this: # ``# noqa`` # ``# noqa: E123`` # ``# noqa: E123,W451,F921`` # ``# noqa:E123,W451,F921`` # ``# NoQA: E123,W451,F921`` # ``# NOQA: E123,W451,F921`` # ``# NOQA:E123,W451,F921`` # We do not want to capture the ``: `` that follows ``noqa`` # We do not care about the casing of ``noqa`` # We want a comma-separated list of errors # https://regex101.com/r/4XUuax/2 full explanation of the regex r"# noqa(?::[\s]?(?P<codes>([A-Z]+[0-9]+(?:[,\s]+)?)+))?", re.IGNORECASE, ) NOQA_FILE = re.compile(r"\s*# flake8[:=]\s*noqa", re.I)
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply