From 920fa1a005411d89d5926519a92ec8092694c286 Mon Sep 17 00:00:00 2001 From: alisayyah Date: Mon, 21 Feb 2022 19:53:16 +0330 Subject: [PATCH] fixed lint problems --- CHANGELOG.md | 2 -- README.md | 8 ++++---- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e264f9b..4ed5d10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,5 +38,3 @@ - Added two more ways to use the package: a `CLI tool` and a `pre-commit hook`. For more information, see the [usage documentation](https://alisayyah.github.io/django-urlconfchecks/usage/). - - diff --git a/README.md b/README.md index 9d49b19..4d45172 100644 --- a/README.md +++ b/README.md @@ -56,10 +56,10 @@ $ urlconfchecks --help Add the following to your `.pre-commit-config.yaml` file: ```yaml - - repo: https://github.com/AliSayyah/django-urlconfchecks - rev: 0.5.0 - hooks: - - id: django-urlconfchecks + - repo: https://github.com/AliSayyah/django-urlconfchecks + rev: 0.5.0 + hooks: + - id: django-urlconfchecks ``` For more information, see the [usage documentation](https://alisayyah.github.io/django-urlconfchecks/usage/).