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 4ce75f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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 Down

0 comments on commit 4ce75f0

Please sign in to comment.