1. 20 Dec, 2023 1 commit
    • 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
  2. 03 May, 2022 2 commits
  3. 03 Mar, 2022 1 commit
  4. 12 May, 2021 1 commit
    • researcher2's avatar
      Janitor testing and changes · 7cb91943
      researcher2 authored
      Small fixes to python version of Janitor, cpp version named properly for import but code doesn't work - may or may not fix in the future.
      
      Add unit tests for python version of Janitor.
      7cb91943