pre-commit-ci[bot] pre-commit-ci[bot] commited on
Commit
953a3ad
·
unverified ·
1 Parent(s): 8c09e2f

[pre-commit.ci] pre-commit autoupdate (#1)

Browse files

* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.6.0...v6.0.0)
- https://github.com/psf/black → https://github.com/psf/black-pre-commit-mirror
- [github.com/psf/black-pre-commit-mirror: 24.8.0 → 26.1.0](https://github.com/psf/black-pre-commit-mirror/compare/24.8.0...26.1.0)
- [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](https://github.com/codespell-project/codespell/compare/v2.3.0...v2.4.1)
- [github.com/kynan/nbstripout: 0.7.1 → 0.9.0](https://github.com/kynan/nbstripout/compare/0.7.1...0.9.0)

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

Files changed (2) hide show
  1. .pre-commit-config.yaml +5 -5
  2. pages/00_home.py +1 -1
.pre-commit-config.yaml CHANGED
@@ -1,6 +1,6 @@
1
  repos:
2
  - repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.6.0
4
  hooks:
5
  - id: check-toml
6
  - id: check-yaml
@@ -11,18 +11,18 @@ repos:
11
  - id: check-added-large-files
12
  args: ["--maxkb=500"]
13
 
14
- - repo: https://github.com/psf/black
15
- rev: 24.8.0
16
  hooks:
17
  - id: black-jupyter
18
 
19
  - repo: https://github.com/codespell-project/codespell
20
- rev: v2.3.0
21
  hooks:
22
  - id: codespell
23
  args: ["--ignore-words-list=gis,timeseries,ned", "--skip=*.json,*.csv"]
24
 
25
  - repo: https://github.com/kynan/nbstripout
26
- rev: 0.7.1
27
  hooks:
28
  - id: nbstripout
 
1
  repos:
2
  - repo: https://github.com/pre-commit/pre-commit-hooks
3
+ rev: v6.0.0
4
  hooks:
5
  - id: check-toml
6
  - id: check-yaml
 
11
  - id: check-added-large-files
12
  args: ["--maxkb=500"]
13
 
14
+ - repo: https://github.com/psf/black-pre-commit-mirror
15
+ rev: 26.1.0
16
  hooks:
17
  - id: black-jupyter
18
 
19
  - repo: https://github.com/codespell-project/codespell
20
+ rev: v2.4.1
21
  hooks:
22
  - id: codespell
23
  args: ["--ignore-words-list=gis,timeseries,ned", "--skip=*.json,*.csv"]
24
 
25
  - repo: https://github.com/kynan/nbstripout
26
+ rev: 0.9.0
27
  hooks:
28
  - id: nbstripout
pages/00_home.py CHANGED
@@ -10,7 +10,7 @@ def Page():
10
  ### Introduction
11
 
12
  This web app allows users to visualize historical imagery for Tennessee. The historical imagery is provided by the Tennessee Department of Transportation (TDOT) and includes aerial 2-ft resolution photos taken between 1997 and 2006.
13
- The original imagery in MrSID format was download from the [TNGIC Google Drive](https://drive.google.com/drive/folders/1qYlPFBLkcOpO4xjvBvHwMH9RDtbsSNkv). The imagery was then converted to Cloud Optimized GeoTIFF format
14
  and hosted on Source Cooperative.
15
 
16
  - Web App: <https://giswqs-tn-historical-imagery.hf.space>
 
10
  ### Introduction
11
 
12
  This web app allows users to visualize historical imagery for Tennessee. The historical imagery is provided by the Tennessee Department of Transportation (TDOT) and includes aerial 2-ft resolution photos taken between 1997 and 2006.
13
+ The original imagery in MrSID format was download from the [TNGIC Google Drive](https://drive.google.com/drive/folders/1qYlPFBLkcOpO4xjvBvHwMH9RDtbsSNkv). The imagery was then converted to Cloud Optimized GeoTIFF format
14
  and hosted on Source Cooperative.
15
 
16
  - Web App: <https://giswqs-tn-historical-imagery.hf.space>