Skip to content

Commit f9f5108

Browse files
authored
Merge pull request #28 from tekktrik/dev/update
Update pre-commit hook versions
2 parents 7b147c8 + 622ea4c commit f9f5108

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
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

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
version: 2
66

77
build:
8-
os: ubuntu-22.04
8+
os: ubuntu-24.04
99
tools:
1010
python: "3"
1111

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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"
3030
classifiers = [
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
]

0 commit comments

Comments
 (0)