##// END OF EJS Templates
Adding more pre-commit arguments (#14203)...
Adding more pre-commit arguments (#14203) This will add `isort`, `mypy`, `flake8` as pre-commit arguments in `.pre-commit-config.yaml`. See: #14192

File last commit:

r27843:667f3cbe
r28458:9391f62a merge
Show More
simplevars.py
2 lines | 24 B | text/x-python | PythonLexer
x = 1
print("x is:", x)