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 15
15
- id : end-of-file-fixer
16
16
- id : trailing-whitespace
17
17
- repo : https://github.com/astral-sh/ruff-pre-commit
18
- rev : v0.9.3
18
+ rev : v0.11.11
19
19
hooks :
20
20
- id : ruff
21
21
name : Lint via ruff
Original file line number Diff line number Diff line change 5
5
version : 2
6
6
7
7
build :
8
- os : ubuntu-22 .04
8
+ os : ubuntu-24 .04
9
9
tools :
10
10
python : " 3"
11
11
Original file line number Diff line number Diff line change @@ -26,15 +26,13 @@ keywords = [
26
26
" micropython" ,
27
27
" circuitpython" ,
28
28
]
29
- license = { text = " MIT AND PSF-2.0" }
29
+ license = " MIT AND PSF-2.0 AND 0BSD "
30
30
classifiers = [
31
31
" Intended Audience :: Developers" ,
32
32
" Topic :: Software Development :: Libraries" ,
33
33
" Topic :: Software Development :: Embedded Systems" ,
34
34
" Topic :: System :: Hardware" ,
35
35
" Topic :: File Formats" ,
36
- " License :: OSI Approved :: MIT License" ,
37
- " License :: OSI Approved :: Python Software Foundation License" ,
38
36
" Programming Language :: Python :: 3" ,
39
37
" Programming Language :: Python :: Implementation :: MicroPython" ,
40
38
]
You can’t perform that action at this time.
0 commit comments