Skip to content
This repository was archived by the owner on Feb 11, 2023. It is now read-only.

Commit 8c0fa73

Browse files
pre-commit-ci[bot]Borda
authored andcommitted
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> freq
1 parent 608ce30 commit 8c0fa73

File tree

3 files changed

+24
-1
lines changed

3 files changed

+24
-1
lines changed

.github/CODEOWNERS

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# This is a comment.
2+
# Each line is a file pattern followed by one or more owners.
3+
4+
# These owners will be the default owners for everything in
5+
# the repo. Unless a later match takes precedence,
6+
# @global-owner1 and @global-owner2 will be requested for
7+
# review when someone opens a pull request.
8+
* @borda
9+
10+
# CI/CD and configs
11+
/.github/ @borda
12+
*.yml @borda
13+
require*.txt @borda
14+
15+
# Docs
16+
/docs/ @borda
17+
/.github/*.md @borda
18+
/.github/ISSUE_TEMPLATE/ @borda
19+
20+
/.github/CODEOWNERS @borda
21+
/README.md @borda

.pre-commit-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ default_language_version:
44
ci:
55
autofix_prs: true
66
autoupdate_commit_msg: '[pre-commit.ci] pre-commit suggestions'
7+
autoupdate_schedule: quarterly
78
# submodules: true
89

910
repos:
@@ -22,7 +23,7 @@ repos:
2223
# name: fixing PEP8
2324

2425
- repo: https://github.com/PyCQA/isort
25-
rev: 5.8.0
26+
rev: 5.9.1
2627
hooks:
2728
- id: isort
2829
name: imports

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
[![CodeFactor](https://www.codefactor.io/repository/github/borda/birl/badge)](https://www.codefactor.io/repository/github/borda/birl)
1111
[![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)
1212
[![codebeat badge](https://codebeat.co/badges/6dd13229-ca9e-4dae-9394-caf5f363082d)](https://codebeat.co/projects/github-com-borda-birl-master)
13+
[![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)
1314

1415
[![Documentation Status](https://readthedocs.org/projects/birl/badge/?version=latest)](https://birl.readthedocs.io/en/latest/?badge=latest)
1516
[![Gitter](https://badges.gitter.im/BmImRegLnd/community.svg)](https://gitter.im/BmImRegLnd/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)

0 commit comments

Comments
 (0)