OCA / oca-addons-repo-template

OCA Repository Template
MIT License
61 stars 89 forks source link

[FIX] add missing comma #234

Closed remi-filament closed 10 months ago

remi-filament commented 10 months ago

Add missing comma causing ruff to fail :

ruff failed
  Cause: Failed to parse `.ruff.toml`: TOML parse error at line 10, column 5
   |
10 |     "I",  # isort
   |     ^
invalid array
expected `]`
remi-filament commented 10 months ago

Hi @sbidoul, found a trivial issue on .ruff.toml file

sbidoul commented 10 months ago

Thanks!