File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1515 - id : end-of-file-fixer
1616 - id : trailing-whitespace
1717 - repo : https://github.com/astral-sh/ruff-pre-commit
18- rev : v0.9.3
18+ rev : v0.11.11
1919 hooks :
2020 - id : ruff
2121 name : Lint via ruff
Original file line number Diff line number Diff line change 55version : 2
66
77build :
8- os : ubuntu-22 .04
8+ os : ubuntu-24 .04
99 tools :
1010 python : " 3"
1111
Original file line number Diff line number Diff line change @@ -26,15 +26,13 @@ keywords = [
2626 " micropython" ,
2727 " circuitpython" ,
2828]
29- license = { text = " MIT AND PSF-2.0" }
29+ license = " MIT AND PSF-2.0 AND 0BSD "
3030classifiers = [
3131 " Intended Audience :: Developers" ,
3232 " Topic :: Software Development :: Libraries" ,
3333 " Topic :: Software Development :: Embedded Systems" ,
3434 " Topic :: System :: Hardware" ,
3535 " Topic :: File Formats" ,
36- " License :: OSI Approved :: MIT License" ,
37- " License :: OSI Approved :: Python Software Foundation License" ,
3836 " Programming Language :: Python :: 3" ,
3937 " Programming Language :: Python :: Implementation :: MicroPython" ,
4038]
You can’t perform that action at this time.
0 commit comments