Skip to content

Commit

Permalink
Do linting with pre-commit to avoid inconsistency
Browse files Browse the repository at this point in the history
  • Loading branch information
benjeffery committed Sep 4, 2024
1 parent 1eaf69e commit 3d28f99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
- run:
name: Lint Python
command: |
ruff check --line-length 90 tsdate setup.py tests
pre-commit run --all
- save_cache:
key: tsdate-{{ checksum "data/prior_1000df.bak" }}
key: tsdate-{{ checksum "data/prior_1000df.bak" }}
paths:
- data/prior_1000df.bak
- tsdate/prior_1000df.txt
Expand Down

0 comments on commit 3d28f99

Please sign in to comment.