Skip to content

Commit

Permalink
BUILD: update black to 23.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
j-ittner committed Nov 9, 2023
1 parent e673acb commit beecd1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repos:
- id: isort

- repo: https://github.com/psf/black
rev: 23.10.0
rev: 23.10.1
hooks:
- id: black
language: python
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ stages:
versionSpec: '3.9'
displayName: 'use Python 3.9'
- script: |
python -m pip install black~=22.8
python -m pip install black~=23.10.1
python -m black --check .
displayName: 'Run black'
- job:
Expand Down

0 comments on commit beecd1f

Please sign in to comment.