Skip to content

Commit

Permalink
Update ruff, add ruff cache to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasjng committed Aug 1, 2023
1 parent dc5e625 commit e84ab57
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 25 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,9 @@ venv.bak/
.dmypy.json
dmypy.json

# ruff
.ruff_cache

# Pyre type checker
.pyre/

Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.0.280
rev: v0.0.282
hooks:
- id: ruff
args: [ --fix, --exit-non-zero-on-fix ]
Expand Down
24 changes: 0 additions & 24 deletions pipapo.yaml

This file was deleted.

0 comments on commit e84ab57

Please sign in to comment.