Skip to content

Commit

Permalink
force newer version of cfgv
Browse files Browse the repository at this point in the history
  • Loading branch information
robmorgan committed Mar 19, 2020
1 parent 132343a commit 7410be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

# Fail the build if the pre-commit hooks don't pass. Note: if you run pre-commit install locally, these hooks will
# execute automatically every time before you commit, ensuring the build never fails at this step!
- run: pip install pre-commit==1.11.2
- run: pip install pre-commit==1.11.2 cfgv==2.0.1
- run: pre-commit install
- run: pre-commit run --all-files

Expand Down

0 comments on commit 7410be1

Please sign in to comment.