Skip to content

Commit 5c2178b

Browse files
committed
Add 3.12 and 3.13 dev tests
1 parent d70f1b9 commit 5c2178b

File tree

5 files changed

+3
-15
lines changed

5 files changed

+3
-15
lines changed

.github/workflows/pythonapp.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
- '3.9'
2020
- '3.10'
2121
- '3.11'
22+
- '3.12'
23+
- '3.13'
2224
runs-on: ubuntu-22.04
2325
steps:
2426
- uses: actions/checkout@v4

.pre-commit-config.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,6 @@ repos:
6262
entry: mypy
6363
language: system
6464
types: [python]
65-
- id: darker
66-
name: darker
67-
entry: darker
68-
args:
69-
- -r
70-
- ':PRE-COMMIT:'
71-
language: system
72-
types: [python]
7365
- id: pylint
7466
name: pylint
7567
entry: pylint

pyproject.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,6 @@ exclude = '''
2828
)
2929
'''
3030

31-
[tool.darker]
32-
src = ["cloudbot", "plugins", "tests"]
33-
isort = true
34-
lint = ["pylint"]
35-
line-length = 80
36-
3731
[tool.pylint.main]
3832
analyse-fallback-blocks = true
3933
py-version = "3.8"

pytest.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ testpaths = .
1111
filterwarnings =
1212
error
1313
ignore:pkg_resources is deprecated as an API:DeprecationWarning
14+
ignore:datetime.*:DeprecationWarning:sqlalchemy.*

requirements-dev.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
darker[flynt,isort] == 2.0.0
21
freezegun == 1.4.0
32
mypy == 1.9.0
43
pre-commit == 3.3.3

0 commit comments

Comments
 (0)