From 30a9123ed42fdf9be4dd38e5df22e089d86a0554 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 21 Jun 2021 22:30:40 +0200 Subject: [PATCH] Pre-commit update * add codeowners * [pre-commit.ci] pre-commit suggestions (#58) * add badge Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .github/CODEOWNERS | 21 +++++++++++++++++++++ .pre-commit-config.yaml | 2 +- README.md | 1 + 3 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..60a2b99 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,21 @@ +# This is a comment. +# Each line is a file pattern followed by one or more owners. + +# These owners will be the default owners for everything in +# the repo. Unless a later match takes precedence, +# @global-owner1 and @global-owner2 will be requested for +# review when someone opens a pull request. +* @borda + +# CI/CD and configs +/.github/ @borda +*.yml @borda +require*.txt @borda + +# Docs +/docs/ @borda +/.github/*.md @borda +/.github/ISSUE_TEMPLATE/ @borda + +/.github/CODEOWNERS @borda +/README.md @borda diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7e34af5..6e802ac 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,7 +22,7 @@ repos: # name: fixing PEP8 - repo: https://github.com/PyCQA/isort - rev: 5.8.0 + rev: 5.9.1 hooks: - id: isort name: imports diff --git a/README.md b/README.md index 92f2add..d8fd9eb 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ [![CodeFactor](https://www.codefactor.io/repository/github/borda/birl/badge)](https://www.codefactor.io/repository/github/borda/birl) [![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/Borda/BIRL.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/Borda/BIRL/context:python) [![codebeat badge](https://codebeat.co/badges/6dd13229-ca9e-4dae-9394-caf5f363082d)](https://codebeat.co/projects/github-com-borda-birl-master) +[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/Borda/BIRL/master.svg)](https://results.pre-commit.ci/latest/github/Borda/BIRL/master) [![Documentation Status](https://readthedocs.org/projects/birl/badge/?version=latest)](https://birl.readthedocs.io/en/latest/?badge=latest) [![Gitter](https://badges.gitter.im/BmImRegLnd/community.svg)](https://gitter.im/BmImRegLnd/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)