Skip to content

Commit

Permalink
Update dependencies to python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash-Crow committed Dec 15, 2023
1 parent 999691a commit 56c1143
Show file tree
Hide file tree
Showing 4 changed files with 952 additions and 679 deletions.
8 changes: 4 additions & 4 deletions src/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.283
rev: v0.1.8
hooks:
- id: ruff
args: [ --fix, --exit-non-zero-on-fix ]
- repo: https://github.com/psf/black
rev: 22.10.0
rev: 23.12.0
hooks:
- id: black
language_version: python3.10
language_version: python3.11
args:
- --line-length=88
- repo: https://github.com/PyCQA/bandit
rev: 1.7.4
rev: 1.7.6
hooks:
- id: bandit
language_version: python3
Expand Down
2 changes: 1 addition & 1 deletion src/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ coverage = "*"
ruff = "*"

[requires]
python_version = "3.10"
python_version = "3.11"
Loading

0 comments on commit 56c1143

Please sign in to comment.