Skip to content

Commit

Permalink
fix linter settings
Browse files Browse the repository at this point in the history
Signed-off-by: Isaac Milarsky <[email protected]>
  • Loading branch information
Isaac Milarsky committed Nov 2, 2023
1 parent 1afb1b4 commit 09c5b38
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ id_rsa
secrets_repo/
internal_only_repo/

.venv
__pycache__
scripts/__pycache__
2 changes: 2 additions & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[MASTER]
init-hook='import sys; sys.path.append("scripts/")'
Binary file modified scripts/__pycache__/fetch_public_metrics.cpython-311.pyc
Binary file not shown.

0 comments on commit 09c5b38

Please sign in to comment.