Skip to content

Commit d33159d

Browse files
committed
enhancement #28: upgrade linter ci/cd version
1 parent dcdfa39 commit d33159d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: psf/black@stable
1212
with:
1313
options: "--check --verbose"
14-
version: "23.3.0"
14+
version: "23.12.1"
1515

1616
isort:
1717
runs-on: ubuntu-22.04

setup.cfg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ install_requires =
2222
where=src
2323

2424
[options.extras_require]
25-
dev = black==23.10.1
26-
flake8==6.1.0
25+
dev = black==23.12.1
26+
flake8==7.0.0
2727
pytest==7.4.3
2828
coverage==7.3.2
29-
mypy==1.6.1
30-
isort==5.12.0
29+
mypy==1.8.0
30+
isort==5.13.2
3131

3232
[options.entry_points]
3333
console_scripts =

0 commit comments

Comments
 (0)