File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1010#
1111# See https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
1212#
13- # Order is important; the last matching pattern takes precedence.
13+ # Order is important; the last matching pattern takes precedence.
Original file line number Diff line number Diff line change @@ -44,4 +44,4 @@ groups:
4444# Additional notes:
4545# - Pip updates: Individual PRs per package (no group).
4646# - Reviews: Uses .github/CODEOWNERS automatically.
47- # - Automerge: Enable via branch protection rules or 'automerge: true' (experimental).
47+ # - Automerge: Enable via branch protection rules or 'automerge: true' (experimental).
Original file line number Diff line number Diff line change @@ -127,3 +127,6 @@ dmypy.json
127127
128128# Pyre type checker
129129.pyre /
130+
131+ # JetBrain IDE
132+ .idea /
You can’t perform that action at this time.
0 commit comments