colablinter
Linting and formatting Python code in Google Colab
파일 탐색기
- ci.yaml
- release.yaml
- notebook.ipynb
- __init__.py
- command.py
- logger.py
- magics.py
- timer.py
- test_command.py
- test_init.py
- test_magics.py
- .gitignore
- .pre-commit-config.yaml
- LICENSE
- pyproject.toml
- README.md
- uv.lock
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
링크
예시
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
ruff
설명 보기 ▼
ruff
매우 빠른 Python 린터 및 코드 포매터로, Rust로 작성되었습니다.
관련 항목: `black`.
더 많은 정보: <https://docs.astral.sh/ruff/tutorial/>.
tldr ruff check
Ruff 린터에 대한 문서 보기:
tldr ruff format
Ruff 코드 포매터에 대한 문서 보기:
uv pip
설명 보기 ▼
uv pip
Provides pip-like commands for installing, uninstalling, and managing packages.
uv pip install {{package}}
Install a package:
uv pip install {{[-r|--requirements]}} {{requirements.txt}}
Install packages from a requirements file:
uv pip install {{package==1.2.3}}
Install a package with a specific version:
// repository documentation
Was this content helpful?
(0 ratings)
