Skip to content

Commit

Permalink
Merge branch 'main' into GH22_GH20_reqs_envs
Browse files Browse the repository at this point in the history
  • Loading branch information
jGaboardi committed Jun 10, 2024
2 parents e5a1ea7 + 7d3566e commit 21b9a1e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
files: "fastpair\/"
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.4.8"
hooks:
- id: ruff
- id: ruff-format
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ Repository = "https://github.com/carsonfarmer/fastpair"
tests = [
"codecov",
"coverage",
"pre-commit",
"pytest",
"pytest-cov",
"ruff",
Expand Down

0 comments on commit 21b9a1e

Please sign in to comment.