Commit 8fe1e195 authored by Aarni Koskela's avatar Aarni Koskela
Browse files

Update ruff to 0.1.6

parent 8aa51f68
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -20,7 +20,7 @@ jobs:
          #     not to have GHA download an (at the time of writing) 4 GB cache
          #     not to have GHA download an (at the time of writing) 4 GB cache
          #     of PyTorch and other dependencies.
          #     of PyTorch and other dependencies.
      - name: Install Ruff
      - name: Install Ruff
        run: pip install ruff==0.0.272
        run: pip install ruff==0.1.6
      - name: Run Ruff
      - name: Run Ruff
        run: ruff .
        run: ruff .
  lint-js:
  lint-js:
+1 −0
Original line number Original line Diff line number Diff line
@@ -16,6 +16,7 @@ exclude = [


ignore = [
ignore = [
	"E501", # Line too long
	"E501", # Line too long
	"E721", # Do not compare types, use `isinstance`
	"E731", # Do not assign a `lambda` expression, use a `def`
	"E731", # Do not assign a `lambda` expression, use a `def`
	
	
	"I001", # Import block is un-sorted or un-formatted
	"I001", # Import block is un-sorted or un-formatted