dependabot - track Python tools versions

This commit is contained in:
Andrej730
2025-12-20 14:06:48 +05:00
parent d41985f23a
commit 3a697e3062
2 changed files with 14 additions and 0 deletions
+4
View File
@@ -6,3 +6,7 @@ updates:
directory: "/" directory: "/"
schedule: schedule:
interval: "weekly" interval: "weekly"
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
+10
View File
@@ -1,3 +1,13 @@
[project]
name = "IfcOpenShell"
version = "0.0.0"
dependencies = [
"black==25.12",
"ruff==0.14.10",
"poethepoet",
"gersemi==0.24",
]
[tool.black] [tool.black]
line-length = 120 line-length = 120
include = ''' include = '''