Skip to content

Commit

Permalink
Update pre-commit black version to fix click issues
Browse files Browse the repository at this point in the history
  • Loading branch information
benjwadams committed May 20, 2022
1 parent b4e8d8c commit 340569d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .isort.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[settings]
known_third_party = cf_units,cftime,httpretty,isodate,lxml,netCDF4,numpy,owslib,pendulum,pkg_resources,pygeoif,pyproj,pytest,regex,requests,setuptools,validators
known_third_party = cf_units,cftime,distutils,httpretty,isodate,lxml,netCDF4,numpy,owslib,pendulum,pkg_resources,pygeoif,pyproj,pytest,regex,requests,requests_mock,setuptools,shapely,validators
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ repos:
- id: seed-isort-config

- repo: https://github.com/psf/black
rev: 21.12b0
rev: 22.3.0
hooks:
- id: black
language_version: python3
Expand Down

0 comments on commit 340569d

Please sign in to comment.