1
0
Fork 0
mirror of synced 2024-05-13 00:32:46 +12:00

Merge pull request #742 from OMEGARAZER/development

This commit is contained in:
Serene 2023-01-02 13:42:09 +10:00 committed by GitHub
commit 8fffa20795
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -3,12 +3,12 @@
repos:
- repo: https://github.com/psf/black
rev: 22.10.0
rev: 22.12.0
hooks:
- id: black
- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.11.4
hooks:
- id: isort
name: isort (python)

View file

@ -41,9 +41,9 @@ data-files = {"config" = ["bdfr/default_config.cfg",]}
[project.optional-dependencies]
dev = [
"black>=22.10.0",
"black>=22.12.0",
"Flake8-pyproject>=1.2.2",
"isort>=5.10.1",
"isort>=5.11.4",
"pre-commit>=2.20.0",
"pytest>=7.1.0",
"tox>=3.27.1",