Skip to content

Commit

Permalink
fixed lint problems
Browse files Browse the repository at this point in the history
  • Loading branch information
AliSayyah committed Feb 21, 2022
1 parent d378e4a commit 920fa1a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 0 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).


8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
Expand Down

0 comments on commit 920fa1a

Please sign in to comment.