Skip to content

Commit

Permalink
black version update
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-jansen committed Sep 25, 2024
1 parent 51d813c commit 808b992
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_tests_full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
options: "--check --diff"
src: "./src ./tests"
version: "~=22.0"
version: "~=24.1"

flake8-lint:
name: Lint Check
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_tests_quick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
options: "--check --diff"
src: "./src ./tests"
version: "~=24.0"
version: "~=24.1"

flake8-lint:
name: Lint Check
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/ambv/black
rev: 24.8.0
rev: 24.1.0
hooks:
- id: black
additional_dependencies: ['click==8.0.4']
Expand Down

0 comments on commit 808b992

Please sign in to comment.