diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d1b9c34..3262a13 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,7 +26,7 @@ repos: hooks: - id: black - repo: https://github.com/pre-commit/mirrors-prettier - rev: v2.7.1 + rev: v3.1.0 hooks: - id: prettier name: prettier (with plugin-xml) diff --git a/.travis.yml b/.travis.yml index 13349a5..8582586 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: python python: - - 3.6 - 3.7 - 3.10-dev @@ -31,11 +30,11 @@ matrix: env: ODOOVERSION=14.0 LINT=false - python: 3.10-dev env: ODOOVERSION=15.0 LINT=false - - python: 3.6 + - python: 3.7 env: ODOOVERSION=15.0 LINT=false - python: 3.10-dev env: ODOOVERSION=16.0 LINT=false - - python: 3.6 + - python: 3.7 env: ODOOVERSION=16.0 LINT=false include: - python: 3.7