Skip to content

Commit

Permalink
master → main (codespell-project#3555)
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos authored Sep 26, 2024
1 parent c3c5989 commit e2f26d8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ on:
types: [published]
push:
branches:
- master
- main
pull_request:
branches:
- master
- main

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ repos:
rev: v4.6.0
hooks:
- id: no-commit-to-branch
args: [--branch, master]
args: [--branch, main]
- id: check-yaml
args: [--unsafe]
- id: debug-statements
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -364,13 +364,13 @@ In the scenario where the user prefers not to follow the development version of

.. code-block:: sh
wget https://raw.githubusercontent.com/codespell-project/codespell/master/codespell_lib/data/dictionary.txt
wget https://raw.githubusercontent.com/codespell-project/codespell/main/codespell_lib/data/dictionary.txt
codespell -D dictionary.txt
The above simply downloads the latest ``dictionary.txt`` file and then by utilizing the ``-D`` flag allows the user to specify the freshly downloaded ``dictionary.txt`` as the custom dictionary instead of the default one.

You can also do the same thing for the other dictionaries listed here:
https://github.com/codespell-project/codespell/tree/master/codespell_lib/data
https://github.com/codespell-project/codespell/tree/main/codespell_lib/data

License
-------
Expand Down

0 comments on commit e2f26d8

Please sign in to comment.