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..2eb3d9d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,6 +4,7 @@ default_language_version: ci: autofix_prs: true autoupdate_commit_msg: '[pre-commit.ci] pre-commit suggestions' + autoupdate_schedule: quarterly # submodules: true repos: @@ -22,7 +23,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)