This repository was archived by the owner on Feb 11, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +24
-1
lines changed Expand file tree Collapse file tree 3 files changed +24
-1
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ default_language_version:
4
4
ci :
5
5
autofix_prs : true
6
6
autoupdate_commit_msg : ' [pre-commit.ci] pre-commit suggestions'
7
+ autoupdate_schedule : quarterly
7
8
# submodules: true
8
9
9
10
repos :
22
23
# name: fixing PEP8
23
24
24
25
- repo : https://github.com/PyCQA/isort
25
- rev : 5.8.0
26
+ rev : 5.9.1
26
27
hooks :
27
28
- id : isort
28
29
name : imports
Original file line number Diff line number Diff line change 10
10
[ ![ CodeFactor] ( https://www.codefactor.io/repository/github/borda/birl/badge )] ( https://www.codefactor.io/repository/github/borda/birl )
11
11
[ ![ 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 )
12
12
[ ![ 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 )
13
14
14
15
[ ![ Documentation Status] ( https://readthedocs.org/projects/birl/badge/?version=latest )] ( https://birl.readthedocs.io/en/latest/?badge=latest )
15
16
[ ![ Gitter] ( https://badges.gitter.im/BmImRegLnd/community.svg )] ( https://gitter.im/BmImRegLnd/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge )
You can’t perform that action at this time.
0 commit comments