Skip to content

Commit

Permalink
[IMP] auth_api_key: pre-commit stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit-bertholon committed Nov 29, 2022
1 parent cd9e518 commit 0d7d487
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,9 @@ repos:
hooks:
- id: flake8
name: flake8
additional_dependencies: ["flake8-bugbear==21.9.2"]
additional_dependencies:
["flake8-bugbear==21.9.2", "importlib-metadata==4.13.0"]

- repo: https://github.com/OCA/pylint-odoo
rev: 7.0.2
hooks:
Expand Down
2 changes: 1 addition & 1 deletion auth_api_key/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "Auth Api Key",
"summary": """
Authenticate http requests from an API key""",
"version": "15.0.1.1.1",
"version": "16.0.1.0.0",
"license": "LGPL-3",
"author": "ACSONE SA/NV,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/server-auth",
Expand Down
1 change: 1 addition & 0 deletions setup/auth_api_key/odoo/addons/auth_api_key
6 changes: 6 additions & 0 deletions setup/auth_api_key/setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import setuptools

setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)

0 comments on commit 0d7d487

Please sign in to comment.