Skip to content

Commit

Permalink
Update pre commit hook version
Browse files Browse the repository at this point in the history
  • Loading branch information
nirantak committed Apr 20, 2021
1 parent bbbe311 commit 2aa91c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ repos:
hooks:
- id: black
- repo: https://github.com/pycqa/flake8
rev: "3.9.0"
rev: "3.9.1"
hooks:
- id: flake8
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dev = [
]

[tool.flit.metadata.urls]
"Source Code" = "https://github.com/nirantak/hue-api"
Source = "https://github.com/nirantak/hue-api"
Documentation = "https://github.com/nirantak/hue-api#readme"
Tracker = "https://github.com/nirantak/hue-api/issues"

Expand Down

0 comments on commit 2aa91c6

Please sign in to comment.