Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ repos:
language: python
require_serial: true
types_or: [python, pyi]
additional_dependencies: [black==23.1.0]
additional_dependencies: [black==23.3.0]
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.264
hooks:
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ dependencies:
- cxx-compiler

# code checks
- black=23.1.0
- black=23.3.0
- cpplint
- flake8=6.0.0
- isort>=5.2.1 # check that imports are in the right order
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ environment = { IS_32_BIT="true" }

[tool.black]
target-version = ['py39', 'py310']
required-version = '23.1.0'
required-version = '23.3.0'
exclude = '''
(
asv_bench/env
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ seaborn
moto
flask
asv>=0.5.1
black==23.1.0
black==23.3.0
cpplint
flake8==6.0.0
isort>=5.2.1
Expand Down