Skip to content

Commit

Permalink
Add 3.12 and 3.13 dev tests
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxdaemon committed Mar 15, 2024
1 parent d70f1b9 commit 5c2178b
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 15 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
- '3.9'
- '3.10'
- '3.11'
- '3.12'
- '3.13'
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
Expand Down
8 changes: 0 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,6 @@ repos:
entry: mypy
language: system
types: [python]
- id: darker
name: darker
entry: darker
args:
- -r
- ':PRE-COMMIT:'
language: system
types: [python]
- id: pylint
name: pylint
entry: pylint
Expand Down
6 changes: 0 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@ exclude = '''
)
'''

[tool.darker]
src = ["cloudbot", "plugins", "tests"]
isort = true
lint = ["pylint"]
line-length = 80

[tool.pylint.main]
analyse-fallback-blocks = true
py-version = "3.8"
Expand Down
1 change: 1 addition & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ testpaths = .
filterwarnings =
error
ignore:pkg_resources is deprecated as an API:DeprecationWarning
ignore:datetime.*:DeprecationWarning:sqlalchemy.*
1 change: 0 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
darker[flynt,isort] == 2.0.0
freezegun == 1.4.0
mypy == 1.9.0
pre-commit == 3.3.3
Expand Down

0 comments on commit 5c2178b

Please sign in to comment.