Skip to content

Commit

Permalink
fix: fixed pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
fstagni committed Nov 16, 2023
1 parent d56e1b7 commit 6efc7ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ default_language_version:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v4.4.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -15,6 +15,6 @@ repos:
- id: check-added-large-files

- repo: https://github.com/psf/black
rev: 21.9b0
rev: 23.1.0
hooks:
- id: black
6 changes: 2 additions & 4 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: python

channels:
- defaults
name: db12

dependencies:
- python =3.9
- future
- mock
- pre-commit
Expand Down

0 comments on commit 6efc7ec

Please sign in to comment.