Skip to content

Commit

Permalink
Get off funky black beta
Browse files Browse the repository at this point in the history
  • Loading branch information
tdg5 committed Jan 15, 2024
1 parent b47afa6 commit a0fb08a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ markers = ["integration_test: marks tests as integration tests (deselect with '-
[tool.black]
line-length = 88
target-version = ["py39"]
include = ["qless", "qmore", "qless_test"]
exclude = ["README.md"]
include = "(qless(_test)?|qmore)/.*\\.py$"
exclude = "qless/qless-core/.*"

[tool.isort]
include_trailing_comma = true
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
appdirs==1.4.4
async-timeout==4.0.3
black==21.5b2
black==23.12.1
build==1.0.3
certifi==2023.11.17
cffi==1.16.0
cfgv==3.4.0
charset-normalizer==3.3.2
click==8.0.4
click==8.1.7
colorama==0.4.6
coverage==7.3.0
cryptography==41.0.7
Expand Down Expand Up @@ -35,7 +35,7 @@ mypy-extensions==1.0.0
nh3==0.2.15
nodeenv==1.8.0
nose==1.3.7
packaging==21.3
packaging==23.2
pathspec==0.11.2
pbr==1.8.1
pkginfo==1.9.6
Expand All @@ -59,7 +59,7 @@ rfc3986==2.0.0
rich==13.7.0
ruamel.yaml==0.18.5
ruamel.yaml.clib==0.2.8
safety==2.3.5
safety==2.3.4
SecretStorage==3.3.3
setproctitle==1.3.2
six==1.16.0
Expand Down
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,13 @@ def _long_description() -> Tuple[str, str]:
]

_dev_dependencies = [
"black==21.5b2",
"black==23.12.1",
"build==1.0.3",
"click<8.1",
"isort==5.8.0",
"mypy~=1.7.0",
"pre-commit==2.20.0",
"removestar==1.3.1",
"safety==2.3.5",
"safety==2.3.4",
"twine==4.0.2",
"types-decorator==5.1.8.4",
"types-mock==5.1.0.2",
Expand Down

0 comments on commit a0fb08a

Please sign in to comment.