Skip to content

Commit

Permalink
enhancement #28: upgrade linter ci/cd version
Browse files Browse the repository at this point in the history
  • Loading branch information
FabienDanieau committed Jan 15, 2024
1 parent dcdfa39 commit d33159d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: psf/black@stable
with:
options: "--check --verbose"
version: "23.3.0"
version: "23.12.1"

isort:
runs-on: ubuntu-22.04
Expand Down
8 changes: 4 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ install_requires =
where=src

[options.extras_require]
dev = black==23.10.1
flake8==6.1.0
dev = black==23.12.1
flake8==7.0.0
pytest==7.4.3
coverage==7.3.2
mypy==1.6.1
isort==5.12.0
mypy==1.8.0
isort==5.13.2

[options.entry_points]
console_scripts =
Expand Down

0 comments on commit d33159d

Please sign in to comment.