Skip to content

Commit

Permalink
Updates linters: run pre-commit autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
rAum authored and piotr-grodek-dsai committed Nov 3, 2023
1 parent 2ec2602 commit 4ee7f0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions {{ cookiecutter.repo_name }}/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repos:

# PEP 8 compliant opinionated formatter.
- repo: https://github.com/psf/black
rev: 23.9.1
rev: 23.10.1
hooks:
- id: black
exclude: (docs/)
Expand All @@ -23,7 +23,7 @@ repos:

# Cleaning unused imports.
- repo: https://github.com/hadialqattan/pycln
rev: v2.2.2
rev: v2.3.0
hooks:
- id: pycln
args: ["-a"]
Expand All @@ -38,7 +38,7 @@ repos:

# Used to have proper type annotations for library code.
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.5.1
rev: v1.6.1
hooks:
- id: mypy
args: []
Expand Down

0 comments on commit 4ee7f0d

Please sign in to comment.