Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhealy1 committed Jan 31, 2024
1 parent 653b9c4 commit 635eb64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repos:
# E501 let black handle all line length decisions
# W503 black conflicts with "line break before operator" rule
# E203 black conflicts with "whitespace before ':'" rule
'--ignore=E501,W503,E203,C901,E402' ]
'--ignore=E501,W503,E203,C901' ]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.991
hooks:
Expand Down
4 changes: 2 additions & 2 deletions stac_api/tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import sys
# import sys

sys.path.insert(0, "/app")
# sys.path.insert(0, "/app")

import asyncio
import copy
Expand Down

0 comments on commit 635eb64

Please sign in to comment.