Skip to content

Commit

Permalink
Update black to fix click ImportError (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
forsyth2 authored Apr 26, 2022
1 parent 307234b commit 7de3f3e
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 @@ -13,7 +13,7 @@ repos:

# Can run individually with `pre-commit run black --all-files`
- repo: https://github.com/psf/black
rev: 21.5b2
rev: 22.3.0
hooks:
- id: black

Expand Down
2 changes: 1 addition & 1 deletion conda/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
# Developer Tools
# =================
# If versions are updated, also update 'rev' in `.pre-commit.config.yaml`
- black=21.5b2 # version from https://anaconda.org/conda-forge/black
- black=22.3.0 # version from https://anaconda.org/conda-forge/black
- flake8=3.9.2 # version from https://anaconda.org/conda-forge/flake8
# This line also implicitly installs isort
- flake8-isort=4.0.0 # version from https://anaconda.org/conda-forge/flake8-isort
Expand Down

0 comments on commit 7de3f3e

Please sign in to comment.