Skip to content

Commit

Permalink
Fix: pre-commit conda-forge package (#1302)
Browse files Browse the repository at this point in the history
Boring fix of pre-commit conda-forge package used in environment.yml.

There are two conda-forge packages for `pre-commit` I was afraid
`pre_commit` (underscored) might be a fraud (that's a very common way of
distributing malware, at least on npm), but it seems to just be the
former version of pre-commit.

See: https://github.com/search?q=org%3Aconda-forge+pre_commit
  • Loading branch information
Zeitsperre committed Feb 22, 2023
2 parents 5e11d5b + b8023e7 commit a30d903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies:
- nc-time-axis
- netCDF4>=1.4
- pooch
- pre_commit
- pre-commit
- pybtex
- pydocstyle
- pylint<2.15
Expand Down

0 comments on commit a30d903

Please sign in to comment.