Skip to content

Commit

Permalink
Update infrastructure
Browse files Browse the repository at this point in the history
  • Loading branch information
brianaydemir committed Feb 19, 2024
1 parent 2df8071 commit 3ed007d
Show file tree
Hide file tree
Showing 5 changed files with 61 additions and 168 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ repos:
- id: trailing-whitespace
args: [--markdown-linebreak-ext=md]
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 23.11.0
rev: 24.2.0
hooks:
- id: black
- repo: https://github.com/shellcheck-py/shellcheck-py
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This Makefile is less a build system and more a means of making running
# some development tasks more convenient.
# This Makefile is less a build system and more a means of making
# the running of some development tasks more convenient.

include .env

Expand Down
Loading

0 comments on commit 3ed007d

Please sign in to comment.