Skip to content

Commit

Permalink
[FIX] correct README pre-commit usage (#463)
Browse files Browse the repository at this point in the history
The suggested usage was incorrect (wrong hook name) and may result
in unnecessary issues for the repository and users alike.

Fixes #462.
  • Loading branch information
antonag32 authored Jul 18, 2023
1 parent c1335a0 commit a29a3f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,12 @@ Add to your ".pre-commit-config.yaml" configuration file the following input

```yaml
- repo: https://github.com/OCA/pylint-odoo
rev: v8.0.19
rev: v8.0.19 # may be a tag or commit hash
hooks:
# Add to your .pylintrc file:
# [MASTER]
# load-plugins=pylint_odoo
- id: pylint
- id: pylint_odoo
```
# Usage
Expand Down

0 comments on commit a29a3f9

Please sign in to comment.