Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.

[pre-commit.ci] pre-commit autoupdate #7

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/dogfooding.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
REQUIRED_LABELS_ANY: "bug,enhancement,feature,deprecated,major,skip-changelog"
REQUIRED_LABELS_ANY_DESCRIPTION: "Select at least one label: bug,enhancement,feature,deprecated,major,skip-changelog"
BANNED_LABELS: "banned"

- name: Release Drafter
uses: release-drafter/[email protected]
env:
Expand Down
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
repos:
- repo: https://github.com/python/black
rev: 19.10b0
- repo: https://github.com/psf/black
rev: 23.1.0
hooks:
- id: black
language_version: python3
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.1.0
rev: v4.4.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
Expand All @@ -17,18 +17,18 @@ repos:
- id: debug-statements
- id: check-yaml
files: .*\.(yaml|yml)$
- repo: https://gitlab.com/pycqa/flake8
rev: 3.8.3
- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
hooks:
- id: flake8
additional_dependencies:
- flake8-black
- repo: https://github.com/pre-commit/mirrors-mypy.git
rev: v0.782
rev: v1.1.1
hooks:
- id: mypy
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.24.2
rev: v1.29.0
hooks:
- id: yamllint
files: \.(yaml|yml)$
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# proofit

ProofIt checks presence of specific PR labels in order to assure creation of meaningful release notes andwith and proper use of semantic versioning.
ProofIt checks presence of specific PR labels in order to assure creation of meaningful release notes andwith and proper use of semantic versioning.

ProofIt is inspired from tools below and aims to combine their functionality in a single action. We also aim to make it able to load its settings from a single github repository, ones that would apply for the entire organization.

Expand Down