Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/PyCQA/flake8: 7.1.0 → 7.1.1](PyCQA/flake8@7.1.0...7.1.1)
- [github.com/pre-commit/mirrors-mypy: v1.11.0 → v1.11.1](pre-commit/mirrors-mypy@v1.11.0...v1.11.1)
- [github.com/clj-kondo/clj-kondo: v2024.05.24 → v2024.08.01](clj-kondo/clj-kondo@v2024.05.24...v2024.08.01)
  • Loading branch information
pre-commit-ci[bot] authored and xsuchy committed Aug 6, 2024
1 parent 1fdd888 commit 286c3d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/PyCQA/flake8
rev: 7.1.0
rev: 7.1.1
hooks:
- id: flake8
args:
Expand All @@ -44,15 +44,15 @@ repos:
- id: pyupgrade

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.0
rev: v1.11.1
hooks:
- id: mypy
additional_dependencies:
- types-PyYAML
- types-requests

- repo: https://github.com/clj-kondo/clj-kondo
rev: v2024.05.24
rev: v2024.08.01
hooks:
- id: clj-kondo-docker

Expand Down

0 comments on commit 286c3d1

Please sign in to comment.