Created
March 28, 2023 11:21
-
-
Save em230418/2f9c011d2128c95989b8ec0538b9501e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml | |
index c52f073..80e6e21 100644 | |
--- a/.pre-commit-config.yaml | |
+++ b/.pre-commit-config.yaml | |
@@ -12,6 +12,8 @@ exclude: | | |
/static/(src/)?lib/| | |
# Repos using Sphinx to generate docs don't need prettying | |
^docs/_templates/.*\.html$| | |
+ # всякая *уйня | |
+ ^sh_pos_all_in_one_retail| | |
# You don't usually want a bot to modify your legal texts | |
(LICENSE.*|COPYING.*) | |
default_language_version: | |
diff --git a/setup/.setuptools-odoo-make-default-ignore b/setup/.setuptools-odoo-make-default-ignore | |
index 207e615..75d1b1c 100644 | |
--- a/setup/.setuptools-odoo-make-default-ignore | |
+++ b/setup/.setuptools-odoo-make-default-ignore | |
@@ -1,2 +1,3 @@ | |
# addons listed in this file are ignored by | |
# setuptools-odoo-make-default (one addon per line) | |
+sh_pos_all_in_one_retail |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment