Skip to content

Commit

Permalink
Update black to 24.8.0 (AcademySoftwareFoundation#534)
Browse files Browse the repository at this point in the history
### Update black to 24.8.0

N/A

### Summarize your change.

Updates black version used in the pre-commit hook from 22.8.0 to 24.8.0.

### Describe the reason for the change.

To update black, and remove any linting issues in current files.

### Describe what you have tested and on which operating system.

Building in Centos 7

### Add a list of changes, and note any that might need special
attention during the review.

N/A

Signed-off-by: paulbarton90 <[email protected]>
Co-authored-by: Cédrik Fuoco <[email protected]>
  • Loading branch information
paulbarton90 and cedrik-fuoco-adsk authored Sep 10, 2024
1 parent 5865ee0 commit 7774093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ repos:
- id: cmake-format

- repo: https://github.com/psf/black
rev: 22.8.0
rev: 24.8.0
hooks:
- id: black

0 comments on commit 7774093

Please sign in to comment.