Skip to content

Commit

Permalink
Merge pull request #38 from DEADSEC-SECURITY/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
DEADSEC-SECURITY authored Feb 21, 2024
2 parents a2c180e + 03decda commit 83b2722
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/formatting_linting.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) 2023.
# All rights reserved to the creator of the following script/program/app, please do not
# use or distribute without prior authorization from the creator.
# Creator: Antonio Manuel Nunes Goncalves
# Creator: Antonio Manual Nunes Goncalves
# Email: [email protected]
# LinkedIn: https://www.linkedin.com/in/antonio-manuel-goncalves-983926142/
# Github: https://github.com/DEADSEC-SECURITY
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ repos:
additional_dependencies:
- tomli
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.2.0"
rev: "v0.2.2"
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- repo: https://github.com/psf/black # after ruff, as ruff output may need fixing
rev: 24.1.1
rev: 24.2.0
hooks:
- id: black
language_version: python3

0 comments on commit 83b2722

Please sign in to comment.