Skip to content

Commit 07a79c3

Browse files
authored
Merge pull request #106 from maxmind/greg/fix-linting
Set chardet version for CI
2 parents 7daf146 + 28dc42c commit 07a79c3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install dependencies
2525
run: |
2626
python -m pip install --upgrade pip
27-
pip install --upgrade pylint black mypy voluptuous-stubs
27+
pip install --upgrade pylint black mypy voluptuous-stubs chardet==3.0.4
2828
2929
- name: Install
3030
run: python setup.py install

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Database Reader Extension
3333
If you wish to use the C extension for the database reader, you must first
3434
install the `libmaxminddb C API <https://github.com/maxmind/libmaxminddb>`_.
3535
Please `see the instructions distributed with it
36-
<https://github.com/maxmind/libmaxminddb/blob/master/README.md>`_.
36+
<https://github.com/maxmind/libmaxminddb/blob/main/README.md>`_.
3737

3838
IP Geolocation Usage
3939
--------------------

0 commit comments

Comments
 (0)