From 2aa91c667abeeacba37f8e486438e984506d630a Mon Sep 17 00:00:00 2001 From: Nirantak Raghav Date: Tue, 20 Apr 2021 16:02:48 +0530 Subject: [PATCH] Update pre commit hook version --- .pre-commit-config.yaml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a0b485a..d05bd21 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 38bf088..16a63ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"