Merge pull request #70 from ewjoachim/pre-commit-ci-update-config

This commit is contained in:
Joachim Jablon
2024-01-01 23:25:15 +01:00
committed by GitHub

View File

@@ -6,7 +6,7 @@ ci:
repos: repos:
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0 rev: v4.5.0
hooks: hooks:
- id: trailing-whitespace - id: trailing-whitespace
- id: end-of-file-fixer - id: end-of-file-fixer
@@ -14,12 +14,12 @@ repos:
- id: check-added-large-files - id: check-added-large-files
- repo: https://github.com/psf/black - repo: https://github.com/psf/black
rev: "23.9.1" rev: "23.12.1"
hooks: hooks:
- id: black - id: black
- repo: https://github.com/PyCQA/isort - repo: https://github.com/PyCQA/isort
rev: "5.12.0" rev: "5.13.2"
hooks: hooks:
- id: isort - id: isort
@@ -29,13 +29,13 @@ repos:
- id: flake8 - id: flake8
- repo: https://github.com/pre-commit/mirrors-mypy - repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.5.1" rev: "v1.8.0"
hooks: hooks:
- id: mypy - id: mypy
additional_dependencies: [types-requests] additional_dependencies: [types-requests]
- repo: https://github.com/asottile/pyupgrade - repo: https://github.com/asottile/pyupgrade
rev: "v3.14.0" rev: "v3.15.0"
hooks: hooks:
- id: pyupgrade - id: pyupgrade