Skip to content

Commit

Permalink
cq: Reformat codebase with black 24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lovetox committed Feb 10, 2024
1 parent 965d868 commit 630d002
Show file tree
Hide file tree
Showing 37 changed files with 1,283 additions and 484 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:
with:
options: "--check --verbose"
src: "."
version: "~= 23.9"
version: "~= 24.1"
- uses: isort/isort-action@master
- uses: chartboost/ruff-action@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repos:
- id: isort

- repo: https://github.com/psf/black
rev: 23.9.1
rev: 24.1.1
hooks:
- id: black

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ classifiers = [

[project.optional-dependencies]
dev = [
"black",
"black>=24.1.1",
"codespell",
"isort",
"ruff",
Expand Down
Loading

0 comments on commit 630d002

Please sign in to comment.