diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6b230883647929de5edc8971da4c205d34033c62..5031dbdff555e6b9bfad463ce4afa93b139e6b82 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ stages: - deploy lint: - image: python:3.8 + image: python:3 stage: test cache: diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0866532f4c6a5de708a18947624a7784d7f77221..fbc8495e16650408914e8e059459caad6f2370b4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,23 +1,23 @@ repos: - repo: https://github.com/PyCQA/isort - rev: 5.10.1 + rev: 5.12.0 hooks: - id: isort args: ["--profile", "black", "--line-length", "120"] - repo: https://github.com/pycqa/flake8 - rev: 3.9.2 + rev: 6.0.0 hooks: - id: flake8 additional_dependencies: - - 'flake8-copyright==0.2.2' - - 'flake8-debugger==4.0.0' + - 'flake8-copyright==0.2.4' + - 'flake8-debugger==4.1.2' - repo: https://github.com/psf/black - rev: 22.8.0 + rev: 23.3.0 hooks: - id: black args: ["--line-length", "120"] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v4.4.0 hooks: - id: check-ast - id: check-docstring-first @@ -35,7 +35,7 @@ repos: - id: requirements-txt-fixer - id: end-of-file-fixer - repo: https://github.com/codespell-project/codespell - rev: v2.2.1 + rev: v2.2.4 hooks: - id: codespell args: ['--write-changes']