Skip to content

Commit

Permalink
fix: upgraded pyblack for cve CVE-2024-21503
Browse files Browse the repository at this point in the history
  • Loading branch information
savon-noir committed Jan 27, 2025
1 parent f4af056 commit e0b43f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/preflight_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: psf/black@stable
with:
options: "--check -l 79 --exclude docs/"
version: "22.8.0"
version: "24.3.0"
- name: Format checker with isort
run: isort --check-only -m 3 -l 79 --profile=black .
- name: Lint with flake8
Expand All @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10"]
steps:
- uses: actions/checkout@v4
- name: Setup Python ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 22.8.0
rev: 24.3.0
hooks:
- id: black
args: [--line-length=79]
Expand Down

0 comments on commit e0b43f6

Please sign in to comment.