Skip to content

Commit

Permalink
Upgrade to libcst >= 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ljodal committed Jul 18, 2023
1 parent e1ce03b commit 5d41d05
Show file tree
Hide file tree
Showing 3 changed files with 312 additions and 375 deletions.
3 changes: 0 additions & 3 deletions oida/console.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@ def main() -> None:

args = parser.parse_args()

# Needed to parse Python 3.10 documents
os.environ.setdefault("LIBCST_PARSER_TYPE", "native")

if args.command == "lint":
if not run_linter(*args.paths, checks=args.checks):
sys.exit(1)
Expand Down
Loading

0 comments on commit 5d41d05

Please sign in to comment.