diff --git a/.github/workflows/formatting_linting.yml b/.github/workflows/formatting_linting.yml index b6546cc..cd2f242 100644 --- a/.github/workflows/formatting_linting.yml +++ b/.github/workflows/formatting_linting.yml @@ -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: amng835@gmail.com # LinkedIn: https://www.linkedin.com/in/antonio-manuel-goncalves-983926142/ # Github: https://github.com/DEADSEC-SECURITY diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5cabaab..5d726af 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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