Skip to content

Commit

Permalink
chore(ci): fix pre-commit deps and python version
Browse files Browse the repository at this point in the history
  • Loading branch information
nejch authored and JohnVillalovos committed Oct 12, 2023
1 parent e8c50f2 commit 1e7f257
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre_commit.yml
Expand Up @@ -32,7 +32,7 @@ jobs:
- uses: actions/checkout@v4.1.0
- uses: actions/setup-python@v4.7.1
with:
python-version: "3.12"
python-version: "3.11"
- name: install tox
run: pip install tox==3.26.0
- name: pre-commit
Expand Down
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Expand Up @@ -25,9 +25,9 @@ repos:
- id: pylint
additional_dependencies:
- argcomplete==2.0.0
- pytest==7.1.3
- pytest==7.4.2
- requests==2.28.1
- requests-toolbelt==0.9.1
- requests-toolbelt==1.0.0
files: 'gitlab/'
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.5.1
Expand All @@ -36,8 +36,8 @@ repos:
args: []
additional_dependencies:
- jinja2==3.1.2
- pytest==7.2.2
- responses==0.23.1
- pytest==7.4.2
- responses==0.23.3
- types-PyYAML==6.0.12
- types-requests==2.28.11.2
- repo: https://github.com/pre-commit/pygrep-hooks
Expand Down

0 comments on commit 1e7f257

Please sign in to comment.