Skip to content

Commit

Permalink
added-pre-commit-configuration (#1782)
Browse files Browse the repository at this point in the history
  • Loading branch information
NavyaAlapati13 authored Aug 31, 2024
1 parent 077d0c4 commit 462aaeb
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
repos:
- repo: local
hooks:
- id: ruff
name: Ruff
entry: ruff
language: system
types: [python]
args: [--fix]

- id: isort
name: isort
entry: isort
language: system
types: [python]
args: ["--profile", "black"]

0 comments on commit 462aaeb

Please sign in to comment.