Skip to content

Commit

Permalink
FIX Cap pydantic in pre-commit too
Browse files Browse the repository at this point in the history
  • Loading branch information
hoodmane committed Jul 1, 2023
1 parent 72a1c04 commit 50b5e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Expand Up @@ -80,7 +80,7 @@ repos:
- numpy
- build
- pytest
- pydantic
- pydantic<2
- unearth
- resolvelib
- rich
Expand Down

2 comments on commit 50b5e1c

@hoodmane
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ryanking13 netcdf started failing, but I don't see why it would have anything to do with #3970 so it's probably due to a change outside of our repo??

@ryanking13
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, it seems like there was a mistake in writing a regex pattern for the datetime. I'll open a PR to fix it.

Please sign in to comment.