Skip to content

Commit

Permalink
Fixed up caching setup (#16)
Browse files Browse the repository at this point in the history
* Fixed up caching setup

Improved the argument so it better indicates that the table is cached.
All the tables otherwise should exist.

* Added flake8-print

* removed stray print
* added flake8-print to catch this going forward
  • Loading branch information
fzakaria authored Sep 27, 2023
1 parent 7a2e28a commit dcab32d
Show file tree
Hide file tree
Showing 4 changed files with 165 additions and 114 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ dev = [
"black >= 23.7.0",
"isort >= 5.12.0",
"flake8 >= 6.1.0",
"flake8-print >= 5.0.0",
"pyright >= 1.1.325",
"pytest >= 7.4.0",
"mypy >= 1.0.0",
Expand Down
Loading

0 comments on commit dcab32d

Please sign in to comment.