Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Ultra-strict Python project template using uv, ruff, and basedpyright for Qoder IDE

NotificationsYou must be signed in to change notification settings

linux-china/qoder-strict-py-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ultra-strict Python demo project using uv, ruff, and basedpyright.

Get Started

  • InstallQoder AI IDE: Qoder has basedpyright built-in already.
  • Clone this repo:git clone https://github.com/qoder-strict-py-demo.git
  • Install dependencies:uv sync

Toolbox

  • Python: 3.12+
  • Dependency manager:uv
  • Type checker:basedpyright (strict mode)
  • Linter/formatter:ruff (with many plugins enabled)
  • Config & env: python-dotenv, typing-extensions
  • Data validation:pydantic>=2
  • Task runner:poethepoet (format, check, metrics, etc.)
  • Code quality tools:radon,skylos
  • Testing & coverage: pytest + coverage (80% minimum by default)
  • pandera: Validating DataFrame-like Objects

Python Packages

  • pydantic: Data validation using Python type hints
  • python-dotenv: Read key-value pairs from a .env file and set them as environment variables
  • typeshed: Collection of library stubs for Python, with static types, such astypes-requests, psutil, etc.
  • typing-extensions: Backported and experimental type hints for Python
  • pytest: makes it easy to write small tests, yet scales to support complex functional testing

Tasks

Please usepoe task_name oruv run poe task_name to run tasks.

  • format: formats code, fixes issues, and type checks
  • lint-unsafe: Lint with unsafe fixes enabled (more aggressive)
  • quality: Full quality check: format, lint, type check, and metrics
  • metrics: Check code quality: dead code, complexity, and maintainability
  • lint: Only linting, no type checking
  • check: Lint and type check without fixing

References

About

Ultra-strict Python project template using uv, ruff, and basedpyright for Qoder IDE

Topics

Resources

Stars

Watchers

Forks

Languages


[8]ページ先頭

©2009-2025 Movatter.jp