Skip to content

Commit

Permalink
Updated pre-commit so that it can run locally on every commit (OWASP-…
Browse files Browse the repository at this point in the history
…BLT#2436)

* gitattributes changes

* moved pre-commit to dev dependency

* poetry.lock locally

* Update poetry.lock to match pyproject.toml
  • Loading branch information
nikhil25803 authored and CodeWithBishal committed Jul 15, 2024
1 parent 149c617 commit f9b908b
Show file tree
Hide file tree
Showing 2 changed files with 106 additions and 4 deletions.
109 changes: 105 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ psutil = "^5.9.8"
black = "^24.2.0"
isort = "^5.13.2"
ruff = "^0.5.1"
pre-commit = "^3.7.1"

[tool.isort]
known_first_party = ["blt"]
Expand Down

0 comments on commit f9b908b

Please sign in to comment.