"docs/en_US/vscode:/vscode.git/clone" did not exist on "969f0d99d333f07dc1f7086214762224c7d5cb6a"
  • Baber Abbasi's avatar
    Switch Linting to `ruff` (#1166) · 65b8761d
    Baber Abbasi authored
    * add ruff and isort. remove black and flake8
    
    * remove unnecessary dependencies
    
    * remove dependency from table
    
    * change order
    
    * ran ruff
    
    * check 3.9
    
    * exclude evaluator
    
    * update CI workflow
    
    * use ruff config in pyproject.toml
    
    * test
    
    * add isort rules to ruff
    
    * sort imports
    
    * import `make_table`
    
    * try stages for no-commit-to-branch
    
    * turn on mypy for pre-commit
    
    * test
    
    * test
    
    * test
    
    * change no-commit-to-branch to default
    
    * nits
    
    * fixed dependency
    65b8761d
utils.py 1.73 KB