Skip to content

Commit

Permalink
lint: remove pre-commit dev requirement
Browse files Browse the repository at this point in the history
pre-commit is optional for devs, we should not make everyone install it.

Signed-off-by: Lukas Puehringer <[email protected]>
  • Loading branch information
lukpueh committed May 24, 2023
1 parent 6d87825 commit 1863002
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Automatically run checks over changed files prior to `git commit`.
# Required one-time setup:
#
# pip install pre-commit
# pre-commit install
#
# See https://pre-commit.com for details.
Expand Down
1 change: 0 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# requirements for local testing with tox, and also for the running test suite
# or individual tests manually
tox
pre-commit
-r requirements.txt
-r requirements-test.txt
-r requirements-lint.txt
Expand Down

0 comments on commit 1863002

Please sign in to comment.