Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into fork-fix-conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
yelizariev committed Dec 11, 2023
2 parents 6a8fc51 + 0ad4989 commit cc65af0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v2
- uses: actions/setup-python@v1
with:
python-version: "3.7.x"
python-version: "3.8.x"
- name: Check Python Version
run: echo "PY=$(python --version --version | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV
- uses: actions/cache@v1
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ repos:
hooks:
- id: pyupgrade
- repo: https://github.com/PyCQA/isort
rev: 5.5.1
rev: 5.12.0
hooks:
- id: isort
name: isort except __init__.py
Expand Down
2 changes: 1 addition & 1 deletion workflow-files/odoo-module-migrator-mix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
merges:
- oca master
#- oca refs/pull/12345/head # example
- itpp-labs change-odoo-version-only-2
- itpp-labs change-odoo-version-only-2024
target: oca master

0 comments on commit cc65af0

Please sign in to comment.