Skip to content

Commit

Permalink
Update .pre-commit-config.yaml (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
observingClouds authored Oct 19, 2024
1 parent 88bddab commit a2bfb19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/PyCQA/docformatter
rev: v1.7.5
rev: master # https://github.com/PyCQA/docformatter/issues/293
hooks:
- id: docformatter
args: [--in-place]
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

## unreleased
- Fix pre-commit docformatter hook [#19](https://github.com/observingClouds/ecmwfspec/pull/19)
- Add caching of file listings for faster look-ups [#18](https://github.com/observingClouds/ecmwfspec/pull/18)
- Add support for recursive file listings (`ls -R`) [#18](https://github.com/observingClouds/ecmwfspec/pull/18)
- Fix `isdir()` function call [#15](https://github.com/observingClouds/ecmwfspec/pull/15)
Expand Down

0 comments on commit a2bfb19

Please sign in to comment.