Turplanlegger / turplanlegger-fastapi

Turplanlegger API but Fast
MIT License
1 stars 0 forks source link

🔧 Fix ruff settings #43

Closed sixcare closed 6 months ago

sixcare commented 7 months ago

This PR aims to fix ruff warnings:

ruff check                       
warning: The top-level linter settings are deprecated in favour of their counterparts in the `lint` section. Please update the following options in `pyproject.toml`:
  - 'select' -> 'lint.select'
  - 'flake8-quotes' -> 'lint.flake8-quotes'